commit | 520470a9d6afa273294848bc31e9ddfabe130434 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 16 21:59:56 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 16 21:59:56 2005 +0000 |
tree | 68eca1fa27b8113e3d4c9cbeeb4e72ec31e6dc6f | |
parent | 6bab4d1fd761c6489e63d53d7834344cb0d3a74e [diff] [blame] |
updated for version 7.0086
diff --git a/src/search.c b/src/search.c index 9d29817..5370769 100644 --- a/src/search.c +++ b/src/search.c
@@ -2224,7 +2224,7 @@ int instr = FALSE; /* inside of string */ p = line; /* scan from start */ - while ((p = vim_strpbrk(p, "\";")) != NULL) + while ((p = vim_strpbrk(p, (char_u *)"\";")) != NULL) { if (*p == '"') {