From 37dd018cdd3ddc8f502bcbd343773f0af8681f4d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 10 Nov 2010 16:54:20 +0100 Subject: updated for version 7.3.052 Problem: When 'completefunc' opens a new window all kinds of errors follow. (Xavier Deguillard) Solution: When 'completefunc' goes to another window or buffer and when it deletes text abort completion. Add a test for 'completefunc'. --- src/testdir/Make_os2.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/testdir/Make_os2.mak') diff --git a/src/testdir/Make_os2.mak b/src/testdir/Make_os2.mak index f05c6790b..361e69367 100644 --- a/src/testdir/Make_os2.mak +++ b/src/testdir/Make_os2.mak @@ -27,7 +27,8 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ test56.out test57.out test58.out test59.out test60.out \ test61.out test62.out test63.out test64.out test65.out \ test66.out test67.out test68.out test69.out test70.out \ - test71.out test72.out test73.out test74.out test75.out + test71.out test72.out test73.out test74.out test75.out \ + test76.out .SUFFIXES: .in .out -- cgit v1.2.1