1
0
forked from aniani/vim

updated for version 7.4a.007

Problem:    After "g$" with 'virtualedit' set, "k" moves to a different
            column.  (Dimitar Dimitrov)
Solution:   Set w_curswant. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2013-07-09 17:08:29 +02:00
parent dd007ed585
commit b69510e889
2 changed files with 7 additions and 1 deletions

View File

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