1
0
forked from aniani/vim

updated for version 7.3.487

Problem:    When setting 'timeoutlen' or 'ttimeoutlen' the column for vertical
            movement is reset unnecessarily.
Solution:   Do not set w_set_curswant for every option. Add a test for this.
            (Kana Natsuno) Add the P_CURSWANT flag for options.
This commit is contained in:
Bram Moolenaar
2012-03-28 19:59:04 +02:00
parent ca628610c0
commit 913077c37c
10 changed files with 83 additions and 60 deletions

View File

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