From 913077c37c0ba2f70e6b06e9b46d176e8b9e7956 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 28 Mar 2012 19:59:04 +0200 Subject: 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. --- src/testdir/Make_vms.mms | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testdir/Make_vms.mms') 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, # Sandor Kopanyi, # -# 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 -- cgit v1.2.3