diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-01-21 13:33:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-21 13:33:04 +0100 |
| commit | 2820860ba35e09c719b91704cbb3cba37fb60cf3 (patch) | |
| tree | 150ce611620b29936974738440b1c6b79bcb85d2 /src/nvim/testdir/test_search.vim | |
| parent | 9db4dc971dd9357c57dbfeae3ec535033c38743b (diff) | |
| parent | ab279c6fb8b219cc8accd273fe6e697aa949c16e (diff) | |
| download | rneovim-2820860ba35e09c719b91704cbb3cba37fb60cf3.tar.gz rneovim-2820860ba35e09c719b91704cbb3cba37fb60cf3.tar.bz2 rneovim-2820860ba35e09c719b91704cbb3cba37fb60cf3.zip | |
Merge #7885 'vim-patch: diff-related patches'
Diffstat (limited to 'src/nvim/testdir/test_search.vim')
| -rw-r--r-- | src/nvim/testdir/test_search.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_search.vim b/src/nvim/testdir/test_search.vim index 03112df46f..40e373cdd2 100644 --- a/src/nvim/testdir/test_search.vim +++ b/src/nvim/testdir/test_search.vim @@ -1,5 +1,6 @@ " Test for the search command +set belloff=all func Test_search_cmdline() " See test/functional/legacy/search_spec.lua throw 'skipped: Nvim does not support test_disable_char_avail()' |