comparison src/vim.h @ 39:410fa1a31baf v7.0023

updated for version 7.0023
author vimboss
date Sun, 19 Dec 2004 22:46:22 +0000
parents fdf55076c53f
children c75153d791d0
comparison
equal deleted inserted replaced
38:c524f99c7925 39:410fa1a31baf
318 # else 318 # else
319 # define MAXPATHL 256 319 # define MAXPATHL 256
320 # endif 320 # endif
321 #endif 321 #endif
322 #ifdef BACKSLASH_IN_FILENAME 322 #ifdef BACKSLASH_IN_FILENAME
323 # define PATH_ESC_CHARS ((char_u *)" *?[{`%#") 323 # define PATH_ESC_CHARS ((char_u *)" \t*?[{`%#")
324 #else 324 #else
325 # ifdef COLON_AS_PATHSEP 325 # ifdef COLON_AS_PATHSEP
326 # define PATH_ESC_CHARS ((char_u *)" *?[{`$%#/") 326 # define PATH_ESC_CHARS ((char_u *)" \t*?[{`$%#/")
327 # else 327 # else
328 # define PATH_ESC_CHARS ((char_u *)" *?[{`$\\%#'\"|") 328 # define PATH_ESC_CHARS ((char_u *)" \t*?[{`$\\%#'\"|")
329 # endif 329 # endif
330 #endif 330 #endif
331 331
332 #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 */
333 333