1
0
forked from aniani/vim

updated for version 7.3.111

Problem:    Executing a :normal command in 'statusline' evaluation causes the
            cursor to move. (Dominique Pelle)
Solution:   When updating the cursor for 'cursorbind' allow the cursor beyond
            the end of the line.  When evaluating 'statusline' temporarily
            reset 'cursorbind'.
This commit is contained in:
Bram Moolenaar
2011-02-01 18:01:11 +01:00
parent acf1728ef5
commit 6145285c90
3 changed files with 18 additions and 3 deletions

View File

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