diff src/vim.h @ 6633:75444015837a v7.4.642

updated for version 7.4.642 Problem: When using "gf" escaped spaces are not handled. Solution: Recognize escaped spaces.
author Bram Moolenaar <bram@vim.org>
date Fri, 27 Feb 2015 17:19:10 +0100
parents 68e0e6bb8250
children 6f1e4b7942c3
line wrap: on
line diff
--- a/src/vim.h
+++ b/src/vim.h
@@ -939,6 +939,7 @@ extern char *(*dyn_libintl_textdomain)(c
 #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 */