diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-19 22:09:32 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-19 22:09:32 +0000 |
commit | 05a7bb363b6ae132b7f2550be1a588e481a5dfa3 (patch) | |
tree | 97c44382074f466a7c5a3c31f8debe0127473ade /src/os_unix.c | |
parent | c32840f2674d4c6b06cfac8ec32791b5451bf31c (diff) | |
download | vim-git-05a7bb363b6ae132b7f2550be1a588e481a5dfa3.tar.gz |
updated for version 7.0182
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index faf2847a6..afc68ff84 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -4852,7 +4852,7 @@ mch_expandpath(gap, path, flags) # define SEEK_END 2 #endif -#define SHELL_SPECIAL (char_u *)"\t \"&';<>[\\]|" +#define SHELL_SPECIAL (char_u *)"\t \"&';<>\\|" /* ARGSUSED */ int |