diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-05-19 12:38:14 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-05-19 12:38:14 +0200 |
commit | 0ea685ed9ed2d01882c9d3a241dc8e82c2cdc277 (patch) | |
tree | 7f354902b6098b70e97a6280d14144ccf4116b3e /src | |
parent | fb28b0c734c259b0964615ea2ddeb4aabeb23fe8 (diff) | |
download | rneovim-0ea685ed9ed2d01882c9d3a241dc8e82c2cdc277.tar.gz rneovim-0ea685ed9ed2d01882c9d3a241dc8e82c2cdc277.tar.bz2 rneovim-0ea685ed9ed2d01882c9d3a241dc8e82c2cdc277.zip |
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`.
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_autocmd.vim | 2 |
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 |