1
0
forked from aniani/vim

updated for version 7.4.285

Problem:    When 'relativenumber' is set and deleting lines or undoing that,
            line numbers are not always updated. (Robert Arkwright)
Solution:   (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2014-05-13 12:44:24 +02:00
parent ed7547da43
commit fd859c9878
2 changed files with 5 additions and 0 deletions

View File

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