forked from aniani/vim
updated for version 7.0023
This commit is contained in:
@@ -320,12 +320,12 @@
|
||||
# endif
|
||||
#endif
|
||||
#ifdef BACKSLASH_IN_FILENAME
|
||||
# define PATH_ESC_CHARS ((char_u *)" *?[{`%#")
|
||||
# define PATH_ESC_CHARS ((char_u *)" \t*?[{`%#")
|
||||
#else
|
||||
# ifdef COLON_AS_PATHSEP
|
||||
# define PATH_ESC_CHARS ((char_u *)" *?[{`$%#/")
|
||||
# define PATH_ESC_CHARS ((char_u *)" \t*?[{`$%#/")
|
||||
# else
|
||||
# define PATH_ESC_CHARS ((char_u *)" *?[{`$\\%#'\"|")
|
||||
# define PATH_ESC_CHARS ((char_u *)" \t*?[{`$\\%#'\"|")
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user