diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-06-19 14:06:43 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-06-19 14:06:43 +0200 |
commit | a7b7b1cef9b61700ba5076c1d889dce791392388 (patch) | |
tree | 83f9d334df5c9f15803421e217d0123385b22603 /src/testdir/Make_vms.mms | |
parent | 541f92d6cfdf2215e743553b5f4b6529dd9fcf31 (diff) | |
download | vim-a7b7b1cef9b61700ba5076c1d889dce791392388.zip |
patch 7.4.741
Problem: When using += with ":set" a trailing comma is not recognized.
(Issue 365)
Solution: Don't add a second comma. Add a test. (partly by Christian
Brabandt)
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r-- | src/testdir/Make_vms.mms | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms index a936d2722..f0742c74f 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 Apr 21 +# Last change: 2015 Jun 19 # # 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. @@ -114,6 +114,7 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \ test_nested_function.out \ test_options.out \ test_qf_title.out \ + test_set.out \ test_signs.out \ test_textobjects.out \ test_utf8.out |