mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
vim-patch:7.4.642
Problem: When using "gf" escaped spaces are not handled.
Solution: Recognize escaped spaces.
d45c07ac74
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#define FNAME_INCL 8 /* apply 'includeexpr' */
|
||||
#define FNAME_REL 16 /* ".." and "./" are relative to the (current)
|
||||
file instead of the current directory */
|
||||
#define FNAME_UNESC 32 /* remove backslashes used for escaping */
|
||||
|
||||
/*
|
||||
* arguments for win_split()
|
||||
|
Reference in New Issue
Block a user