diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-09-08 18:46:31 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-09-08 18:46:31 +0200 |
commit | aa23b379421aa214e6543b06c974594a25799b09 (patch) | |
tree | 88d37433372978ab8248d916093d6bba639fe5b2 /src/testdir/Make_dos.mak | |
parent | 4a4b821085847651b71d8ad9fab9f180635cb453 (diff) | |
download | vim-git-aa23b379421aa214e6543b06c974594a25799b09.tar.gz |
patch 7.4.858v7.4.858
Problem: It's a bit clumsy to execute a command on a list of matches.
Solution: Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan
Lakshmanan)
Diffstat (limited to 'src/testdir/Make_dos.mak')
-rw-r--r-- | src/testdir/Make_dos.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 603f4a411..abef95046 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak @@ -40,6 +40,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test_autocmd_option.out \ test_autoformat_join.out \ test_breakindent.out \ + test_cdo.out \ test_changelist.out \ test_charsearch.out \ test_close_count.out \ |