aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/testdir/test_autocmd.vim2
1 files changed, 1 insertions, 1 deletions
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