commit | 3a304b23823b089e499063e8211c5695d049f3ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 13:57:36 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 13:57:36 2015 +0200 |
tree | 32c354f574f5ac9d51d7bcccb43c8c6604669300 | |
parent | 74db34cc9162445e3d500ab2d61c5c19ce9af0ca [diff] [blame] |
patch 7.4.754 Problem: Using CTRL-A in Visual mode does not work well. (Gary Johnson) Solution: Make it increment all numbers in the Visual area. (Christian Brabandt)
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms index 427954e..6d1f73b 100644 --- a/src/testdir/Make_vms.mms +++ b/src/testdir/Make_vms.mms
@@ -105,6 +105,7 @@ test_command_count.out \ test_erasebackword.out \ test_eval.out \ + test_increment.out \ test_insertcount.out \ test_listchars.out \ test_listlbr.out \