1
0
forked from aniani/vim

patch 8.2.0963: number increment/decrement does not work with 'virtualedit'

Problem:    Number increment/decrement does not work with 'virtualedit'.
Solution:   Handle coladd changing. (Christian Brabandt, closes #6240,
            closes #923)
This commit is contained in:
Bram Moolenaar
2020-06-12 20:19:44 +02:00
parent f6e020b122
commit 6c6be9e88d
5 changed files with 49 additions and 4 deletions

View File

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