1
0
forked from aniani/vim

updated for version 7.4.360

Problem:    In a regexp pattern a "$" followed by \v or \V is not seen as the
            end-of-line.
Solution:   Handle the situation. (Ozaki Kiichi)
This commit is contained in:
Bram Moolenaar
2014-07-09 19:32:34 +02:00
parent 0d1e8c1203
commit ff65ac84fd
2 changed files with 14 additions and 2 deletions

View File

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