mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0219
This commit is contained in:
@@ -325,11 +325,7 @@
|
||||
#ifdef BACKSLASH_IN_FILENAME
|
||||
# define PATH_ESC_CHARS ((char_u *)" \t*?[{`%#")
|
||||
#else
|
||||
# ifdef COLON_AS_PATHSEP
|
||||
# define PATH_ESC_CHARS ((char_u *)" \t*?[{`$%#/")
|
||||
# else
|
||||
# define PATH_ESC_CHARS ((char_u *)" \t*?[{`$\\%#'\"|")
|
||||
# endif
|
||||
# define PATH_ESC_CHARS ((char_u *)" \t*?[{`$\\%#'\"|")
|
||||
# define SHELL_ESC_CHARS ((char_u *)" \t*?[{`$\\%#'\"|<>();&!")
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user