commit | ea424166e2a53649eea8d8899fc9294ca023964c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 16 21:51:00 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 16 21:51:00 2005 +0000 |
tree | c35c0b8daf356f341979d346c440336bcd13c899 | |
parent | 78599adb5219f98053673ca27683f922a9ca338b [diff] [blame] |
updated for version 7.0086
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index fbb0f5a..20c58f1 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -4146,7 +4146,7 @@ /* For a shell command a '!' must be escaped. */ if ((eap->usefilter || eap->cmdidx == CMD_bang) - && vim_strpbrk(repl, "!&;()") != NULL) + && vim_strpbrk(repl, (char_u *)"!&;()") != NULL) { char_u *l;