1
0
forked from aniani/vim

updated for version 7.1-016

This commit is contained in:
Bram Moolenaar
2007-06-28 19:33:43 +00:00
parent f15f943e0c
commit 7f51474324
3 changed files with 4 additions and 2 deletions

View File

@@ -466,7 +466,7 @@ pum_set_selected(n, repeat)
set_option_value((char_u *)"bh", 0L, set_option_value((char_u *)"bh", 0L,
(char_u *)"wipe", OPT_LOCAL); (char_u *)"wipe", OPT_LOCAL);
set_option_value((char_u *)"diff", 0L, set_option_value((char_u *)"diff", 0L,
(char_u *)"", OPT_LOCAL); NULL, OPT_LOCAL);
} }
} }
if (res == OK) if (res == OK)

View File

@@ -2331,7 +2331,7 @@ ex_copen(eap)
set_option_value((char_u *)"bt", 0L, (char_u *)"quickfix", set_option_value((char_u *)"bt", 0L, (char_u *)"quickfix",
OPT_LOCAL); OPT_LOCAL);
set_option_value((char_u *)"bh", 0L, (char_u *)"wipe", OPT_LOCAL); set_option_value((char_u *)"bh", 0L, (char_u *)"wipe", OPT_LOCAL);
set_option_value((char_u *)"diff", 0L, (char_u *)"", OPT_LOCAL); set_option_value((char_u *)"diff", 0L, NULL, OPT_LOCAL);
} }
/* Only set the height when still in the same tab page and there is no /* Only set the height when still in the same tab page and there is no

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
16,
/**/ /**/
15, 15,
/**/ /**/