diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-03-28 19:59:04 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-03-28 19:59:04 +0200 |
commit | 913077c37c0ba2f70e6b06e9b46d176e8b9e7956 (patch) | |
tree | 47050d9c4e6ec2d0d91fcbad831f730edf232c82 /src/testdir/Make_vms.mms | |
parent | ca628610c06abed1b39470d20e7d73f8f7a860af (diff) | |
download | vim-913077c37c0ba2f70e6b06e9b46d176e8b9e7956.zip |
updated for version 7.3.487
Problem: When setting 'timeoutlen' or 'ttimeoutlen' the column for vertical
movement is reset unnecessarily.
Solution: Do not set w_set_curswant for every option. Add a test for this.
(Kana Natsuno) Add the P_CURSWANT flag for options.
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r-- | src/testdir/Make_vms.mms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms index 4e6ae6370..4e961cff0 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: 2011 Jul 15 +# Last change: 2012 Mar 28 # # 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. @@ -76,7 +76,7 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \ test66.out test67.out test68.out test69.out \ test71.out test72.out test74.out test75.out test76.out \ test77.out test78.out test79.out test80.out test81.out \ - test82.out test83.out + test82.out test83.out test84.out # Known problems: # Test 30: a problem around mac format - unknown reason |