diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-07-30 14:05:00 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-07-30 14:05:00 +0200 |
commit | 23fb7a995534f45a497761461d487e38cc1067f7 (patch) | |
tree | a4a90fb0edf1243cbd55b9e9f8fd222b30c730a3 /src/testdir/Make_vms.mms | |
parent | 278eb5820dbc486123df4b60cc116c7212f14a01 (diff) | |
download | vim-git-23fb7a995534f45a497761461d487e38cc1067f7.tar.gz |
updated for version 7.4.386v7.4.386
Problem: When splitting a window the changelist position is wrong.
Solution: Copy the changelist position. (Jacob Niehus)
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 9bf395be3..1a45e35b7 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: 2014 Jul 23 +# Last change: 2014 Jul 30 # # 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_listlbr.out \ test_listlbr_utf8.out \ test_qf_title.out \ + test_changelist.out \ test_eval.out \ test_options.out |