diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-03-26 23:06:39 -0400 |
|---|---|---|
| committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-03-27 01:12:44 -0400 |
| commit | ecd27296586bdde53ffb37654130ee4d7924498b (patch) | |
| tree | 1a162536f2e5f2b8044a48ef4533ccbde9652faf /src/nvim/testdir/test_quickfix.vim | |
| parent | 618b17f5754e4b15657ef65326f2fba3f9bc73c2 (diff) | |
| download | rneovim-ecd27296586bdde53ffb37654130ee4d7924498b.tar.gz rneovim-ecd27296586bdde53ffb37654130ee4d7924498b.tar.bz2 rneovim-ecd27296586bdde53ffb37654130ee4d7924498b.zip | |
test/old: use CheckFunction, enable more tests
Some skipped tests have custom error messages.
Use ":CheckFunction" command for standard error message
on missing function.
Diffstat (limited to 'src/nvim/testdir/test_quickfix.vim')
| -rw-r--r-- | src/nvim/testdir/test_quickfix.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_quickfix.vim b/src/nvim/testdir/test_quickfix.vim index 704fdacdcd..da949f5940 100644 --- a/src/nvim/testdir/test_quickfix.vim +++ b/src/nvim/testdir/test_quickfix.vim @@ -2660,7 +2660,7 @@ endfunc " Test for incsearch highlighting of the :vimgrep pattern " This test used to cause "E315: ml_get: invalid lnum" errors. func Test_vimgrep_incsearch() - throw 'skipped: Nvim does not support test_override()' + CheckFunction test_override enew set incsearch call test_override("char_avail", 1) |