summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_vms.mms
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-08-11 14:26:19 +0200
committerBram Moolenaar <Bram@vim.org>2015-08-11 14:26:19 +0200
commitdbd24b59678dd976b2ad356451e248a6e8b8bd8b (patch)
tree0ecfb9bb16fceefa3d1d101a8bb9cfe9db2e55f2 /src/testdir/Make_vms.mms
parentfbd302ff38624abdec64980f4a19379d20a6e6c6 (diff)
patch 7.4.813v7.4.813
Problem: It is not possible to save and restore character search state. Solution: Add getcharsearch() and setcharsearch(). (James McCoy)
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 d8f54ade0a..d90f59ab01 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 Jul 17
+# Last change: 2015 Aug 11
#
# 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.
@@ -102,6 +102,7 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \
test_autoformat_join.out \
test_breakindent.out \
test_changelist.out \
+ test_charsearch.out \
test_close_count.out \
test_command_count.out \
test_erasebackword.out \