From aa23b379421aa214e6543b06c974594a25799b09 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 8 Sep 2015 18:46:31 +0200 Subject: patch 7.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) --- src/testdir/Make_dos.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testdir/Make_dos.mak') 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 \ -- cgit v1.2.1