diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-06-25 13:57:36 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-06-25 13:57:36 +0200 |
commit | 3a304b23823b089e499063e8211c5695d049f3ba (patch) | |
tree | 32c354f574f5ac9d51d7bcccb43c8c6604669300 /src/testdir/Make_amiga.mak | |
parent | 74db34cc9162445e3d500ab2d61c5c19ce9af0ca (diff) | |
download | vim-git-3a304b23823b089e499063e8211c5695d049f3ba.tar.gz |
patch 7.4.754v7.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)
Diffstat (limited to 'src/testdir/Make_amiga.mak')
-rw-r--r-- | src/testdir/Make_amiga.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_amiga.mak b/src/testdir/Make_amiga.mak index d9385b214..5d80c4baa 100644 --- a/src/testdir/Make_amiga.mak +++ b/src/testdir/Make_amiga.mak @@ -45,6 +45,7 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ test_command_count.out \ test_erasebackword.out \ test_eval.out \ + test_increment.out \ test_insertcount.out \ test_listchars.out \ test_listlbr.out \ @@ -192,6 +193,7 @@ test_close_count.out: test_close_count.in test_command_count.out: test_command_count.in test_erasebackword.out: test_erasebackword.in test_eval.out: test_eval.in +test_increment.out: test_increment.in test_insertcount.out: test_insertcount.in test_listchars.out: test_listchars.in test_listlbr.out: test_listlbr.in |