summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_vms.mms
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-09-08 18:46:31 +0200
committerBram Moolenaar <Bram@vim.org>2015-09-08 18:46:31 +0200
commitaa23b379421aa214e6543b06c974594a25799b09 (patch)
tree88d37433372978ab8248d916093d6bba639fe5b2 /src/testdir/Make_vms.mms
parent4a4b821085847651b71d8ad9fab9f180635cb453 (diff)
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_vms.mms')
-rw-r--r--src/testdir/Make_vms.mms3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms
index 6e77153883..a716d0361d 100644
--- a/src/testdir/Make_vms.mms
+++ b/src/testdir/Make_vms.mms
@@ -4,7 +4,7 @@
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
#
-# Last change: 2015 Sep 01
+# Last change: 2015 Sep 08
#
# This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
# Edit the lines in the Configuration section below to select.
@@ -101,6 +101,7 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.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 \