From cfe456543e840d133399551f8626d985e1fb1958 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Fri, 27 May 2022 17:26:55 +0100 Subject: patch 8.2.5029: "textlock" is always zero Problem: "textlock" is always zero. Solution: Remove "textlock" and rename "textwinlock" to "textlock". (closes #10489) --- src/testdir/test_ins_complete.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testdir/test_ins_complete.vim') diff --git a/src/testdir/test_ins_complete.vim b/src/testdir/test_ins_complete.vim index 5ae89089d0..365c646a19 100644 --- a/src/testdir/test_ins_complete.vim +++ b/src/testdir/test_ins_complete.vim @@ -698,7 +698,7 @@ func Test_completefunc_error() endfunc set completefunc=CompleteFunc call setline(1, ['', 'abcd', '']) - call assert_fails('exe "normal 2G$a\\"', 'E578:') + call assert_fails('exe "normal 2G$a\\"', 'E565:') " delete text when called for the second time func CompleteFunc2(findstart, base) @@ -710,7 +710,7 @@ func Test_completefunc_error() endfunc set completefunc=CompleteFunc2 call setline(1, ['', 'abcd', '']) - call assert_fails('exe "normal 2G$a\\"', 'E578:') + call assert_fails('exe "normal 2G$a\\"', 'E565:') " Jump to a different window from the complete function func CompleteFunc3(findstart, base) -- cgit v1.2.3