comparison src/os_unix.c @ 822:45fad0f590d0

updated for version 7.0c12
author vimboss
date Fri, 07 Apr 2006 21:33:12 +0000
parents 335444c09581
children 2c885fab04e3
comparison
equal deleted inserted replaced
821:a2b128f7d705 822:45fad0f590d0
4870 #endif 4870 #endif
4871 #ifndef SEEK_END 4871 #ifndef SEEK_END
4872 # define SEEK_END 2 4872 # define SEEK_END 2
4873 #endif 4873 #endif
4874 4874
4875 #define SHELL_SPECIAL (char_u *)"\t \"&';<>()\\|" 4875 #define SHELL_SPECIAL (char_u *)"\t \"&'$;<>()\\|"
4876 4876
4877 /* ARGSUSED */ 4877 /* ARGSUSED */
4878 int 4878 int
4879 mch_expand_wildcards(num_pat, pat, num_file, file, flags) 4879 mch_expand_wildcards(num_pat, pat, num_file, file, flags)
4880 int num_pat; 4880 int num_pat;