mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
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:
parent
df1e7b7eda
commit
66259e4c49
@ -4196,7 +4196,7 @@ static int eval7(
|
||||
// string and free a string that isn't there.
|
||||
rettv->v_type = VAR_UNKNOWN;
|
||||
|
||||
// Skip '!' and '-' characters. They are handled later.
|
||||
// Skip '!', '-' and '+' characters. They are handled later.
|
||||
start_leader = *arg;
|
||||
while (**arg == '!' || **arg == '-' || **arg == '+') {
|
||||
*arg = skipwhite(*arg + 1);
|
||||
|
@ -148,7 +148,7 @@ static int included_patches[] = {
|
||||
// 2296,
|
||||
2295,
|
||||
2294,
|
||||
// 2293,
|
||||
2293,
|
||||
2292,
|
||||
// 2291,
|
||||
// 2290 NA
|
||||
|
Loading…
Reference in New Issue
Block a user