vim-patch:7.4.642

Problem:    When using "gf" escaped spaces are not handled.
Solution:   Recognize escaped spaces.

d45c07ac74
This commit is contained in:
Jurica Bradaric
2016-01-22 17:49:39 +01:00
parent feb70192a8
commit 8b86f1103a
4 changed files with 21 additions and 7 deletions

View File

@@ -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()