comparison src/vim.h @ 718:7b21554be7a1

updated for version 7.0219
author vimboss
date Thu, 09 Mar 2006 22:27:48 +0000
parents 2fa8cb05b861
children ebd1799949ff
comparison
equal deleted inserted replaced
717:2fa8cb05b861 718:7b21554be7a1
323 # endif 323 # endif
324 #endif 324 #endif
325 #ifdef BACKSLASH_IN_FILENAME 325 #ifdef BACKSLASH_IN_FILENAME
326 # define PATH_ESC_CHARS ((char_u *)" \t*?[{`%#") 326 # define PATH_ESC_CHARS ((char_u *)" \t*?[{`%#")
327 #else 327 #else
328 # ifdef COLON_AS_PATHSEP 328 # define PATH_ESC_CHARS ((char_u *)" \t*?[{`$\\%#'\"|")
329 # define PATH_ESC_CHARS ((char_u *)" \t*?[{`$%#/")
330 # else
331 # define PATH_ESC_CHARS ((char_u *)" \t*?[{`$\\%#'\"|")
332 # endif
333 # define SHELL_ESC_CHARS ((char_u *)" \t*?[{`$\\%#'\"|<>();&!") 329 # define SHELL_ESC_CHARS ((char_u *)" \t*?[{`$\\%#'\"|<>();&!")
334 #endif 330 #endif
335 331
336 #define NUMBUFLEN 30 /* length of a buffer to store a number in ASCII */ 332 #define NUMBUFLEN 30 /* length of a buffer to store a number in ASCII */
337 333