diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/old/testdir/test_ins_complete.vim | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/old/testdir/test_ins_complete.vim b/test/old/testdir/test_ins_complete.vim index 969d5012f4..64a0ee3124 100644 --- a/test/old/testdir/test_ins_complete.vim +++ b/test/old/testdir/test_ins_complete.vim @@ -2928,7 +2928,6 @@ func Test_complete_info_matches() call assert_false(has_key(g:compl_info, 'matches')) bw! - bw! unlet g:what delfunc ShownInfo set cot& @@ -2959,7 +2958,6 @@ func Test_complete_info_completed() call assert_equal({}, g:compl_info) bw! - bw! delfunc ShownInfo set cot& endfunc @@ -3021,7 +3019,7 @@ function Test_completeopt_preinsert() call assert_equal("hello fobar wo", getline('.')) call feedkeys("\<C-E>\<ESC>", 'tx') - " confrim + " confirm call feedkeys("S\<C-X>\<C-O>f\<C-Y>", 'tx') call assert_equal("fobar", getline('.')) call assert_equal(5, col('.')) @@ -3074,11 +3072,9 @@ function Test_completeopt_preinsert() call assert_equal(5, col('.')) bw! - bw! set cot& set omnifunc& delfunc Omni_test - autocmd! CompleteChanged endfunc " vim: shiftwidth=2 sts=2 expandtab nofoldenable |