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

updated for version 7.1-153

This commit is contained in:
Bram Moolenaar
2007-11-08 19:49:02 +00:00
parent a443af88a4
commit 6f1924547b
6 changed files with 16 additions and 4 deletions

View File

@@ -8729,7 +8729,7 @@ f_diff_hlID(argvars, rettv)
static int fnum = 0;
static int change_start = 0;
static int change_end = 0;
static hlf_T hlID = 0;
static hlf_T hlID = (hlf_T)0;
int filler_lines;
int col;