1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2011-07-27 17:58:46 +02:00
parent 0b573a58e6
commit 4c40223649
2 changed files with 14 additions and 5 deletions

View File

@@ -709,6 +709,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
265,
/**/
264,
/**/