0
0
mirror of https://github.com/vim/vim.git synced 2025-10-04 05:25:06 -04:00

updated for version 7.4.295

Problem:    Various typos, bad white space and unclear comments.
Solution:   Fix typos.  Improve white space. Update comments.
This commit is contained in:
Bram Moolenaar
2014-05-13 20:19:58 +02:00
parent caca646bf0
commit 24dc230871
7 changed files with 9 additions and 6 deletions

View File

@@ -2456,8 +2456,8 @@ fold_line(wp, fold_count, foldinfo, lnum, row)
if (len > 0)
{
int w = number_width(wp);
long num;
char *fmt = "%*ld ";
long num;
char *fmt = "%*ld ";
if (len > w + 1)
len = w + 1;