commit | 402d2fea7025356c7abcb891017a1b7ddf99cbbf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 15 21:00:38 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 15 21:00:38 2005 +0000 |
tree | 83c5973b6316912331d4a4c070996d7888097e5c | |
parent | 4499d2ee58db42e4ec59bb2c2dbb5eeca2313e8b [diff] [blame] |
updated for version 7.0066
diff --git a/src/os_unix.c b/src/os_unix.c index afe9bfd..80735b6 100644 --- a/src/os_unix.c +++ b/src/os_unix.c
@@ -5177,6 +5177,8 @@ else if (!intick && vim_strchr((char_u *)" '", pat[i][j]) != NULL) { + /* Put quotes around special characters, but not when + * inside ``. */ *p++ = '"'; while (pat[i][j] != NUL && vim_strchr((char_u *)" '", pat[i][j]) != NULL)