1
0
forked from aniani/vim

updated for version 7.4.642

Problem:    When using "gf" escaped spaces are not handled.
Solution:   Recognize escaped spaces.
This commit is contained in:
Bram Moolenaar
2015-02-27 17:19:10 +01:00
parent dfd7691bb8
commit d45c07ac74
4 changed files with 24 additions and 6 deletions

View File

@@ -939,6 +939,7 @@ extern char *(*dyn_libintl_textdomain)(const char *domainname);
#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 */
/* Values for buflist_getfile() */
#define GETF_SETMARK 0x01 /* set pcmark before jumping */