vim-patch:7.4.2293 (#6307)

The original patch makes all the modeline comments consistent, but these
have been removed in the neovim source. However there as a correction of
a comment included in the patch that we can use.

edf3f97ae2
This commit is contained in:
Jack Bracewell 2017-03-21 10:11:32 +00:00 committed by Justin M. Keyes
parent df1e7b7eda
commit 66259e4c49
2 changed files with 2 additions and 2 deletions

View File

@ -4196,7 +4196,7 @@ static int eval7(
// string and free a string that isn't there. // string and free a string that isn't there.
rettv->v_type = VAR_UNKNOWN; rettv->v_type = VAR_UNKNOWN;
// Skip '!' and '-' characters. They are handled later. // Skip '!', '-' and '+' characters. They are handled later.
start_leader = *arg; start_leader = *arg;
while (**arg == '!' || **arg == '-' || **arg == '+') { while (**arg == '!' || **arg == '-' || **arg == '+') {
*arg = skipwhite(*arg + 1); *arg = skipwhite(*arg + 1);

View File

@ -148,7 +148,7 @@ static int included_patches[] = {
// 2296, // 2296,
2295, 2295,
2294, 2294,
// 2293, 2293,
2292, 2292,
// 2291, // 2291,
// 2290 NA // 2290 NA