mirror of
https://github.com/neovim/neovim.git
synced 2025-11-25 11:40:40 +00:00
Fix Windows code in command_line_execute()
This commit is contained in:
committed by
Seth Jackson
parent
0ee33981e8
commit
12b23070d4
@@ -571,7 +571,7 @@ static int command_line_execute(VimState *state, int key)
|
|||||||
}
|
}
|
||||||
if (vim_ispathsep(ccline.cmdbuff[s->j])
|
if (vim_ispathsep(ccline.cmdbuff[s->j])
|
||||||
#ifdef BACKSLASH_IN_FILENAME
|
#ifdef BACKSLASH_IN_FILENAME
|
||||||
&& vim_strchr(" *?[{`$%#", ccline.cmdbuff[j + 1])
|
&& vim_strchr(" *?[{`$%#", ccline.cmdbuff[s->j + 1])
|
||||||
== NULL
|
== NULL
|
||||||
#endif
|
#endif
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user