| commit | 4c402236492052e0b6b1ba555450aafe82da8875 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 17:58:46 2011 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 17:58:46 2011 +0200 |
| tree | 75e4c07c5627cedd531bf679b7bafaa2b3809fbd | |
| parent | 0b573a58e63f43f462e6824080c633bbd1a8a5dd [diff] [blame] |
updated for version 7.3.265
Problem: When storing a pattern in search history there is no proper check
for the separator character.
Solution: Pass the separator character to in_history(). (Muraoka Taro)
diff --git a/src/version.c b/src/version.c index dbd76b3..5254847 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 265, +/**/ 264, /**/ 263,