1
0
forked from aniani/vim

updated for version 7.3.135

Problem:    When there is no previous substitute pattern, the previous search
            pattern is used.  The other way around doesn't work.
Solution:   When there is no previous search pattern, use the previous
            substitute pattern if possible. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2011-02-25 18:38:36 +01:00
parent ba7cc9f83f
commit b4b0a08c81
2 changed files with 16 additions and 6 deletions

View File

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