From 0ea685ed9ed2d01882c9d3a241dc8e82c2cdc277 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 19 May 2018 12:38:14 +0200 Subject: test/old: remove `abort` from test declaration No idea why this was added, it isn't in the Vim patch. The Vim (oldtest) test-runner doesn't work with `Test_` functions marked as `abort`. --- src/nvim/testdir/test_autocmd.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/testdir/test_autocmd.vim b/src/nvim/testdir/test_autocmd.vim index 238de5a87d..d42373920f 100644 --- a/src/nvim/testdir/test_autocmd.vim +++ b/src/nvim/testdir/test_autocmd.vim @@ -1167,7 +1167,7 @@ func Test_nocatch_wipe_dummy_buffer() endfunc " Test TextChangedI and TextChangedP -func Test_ChangedP() abort +func Test_ChangedP() " Nvim does not support test_override(). throw 'skipped: see test/functional/viml/completion_spec.lua' new -- cgit