1
0
forked from aniani/vim

updated for version 7.3.801

Problem:    ":window set nu?" displays the cursor line. (Nazri Ramliy)
Solution:   Do not update the cursor line when conceallevel is zero or the
            screen has scrolled. (partly by Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2013-02-06 13:38:02 +01:00
parent b6a76ffc4c
commit 530e7dfafd
2 changed files with 5 additions and 2 deletions

View File

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