aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_search.vim
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-12-12 09:07:23 -0500
committerGitHub <noreply@github.com>2020-12-12 09:07:23 -0500
commit4f9e7a512dc606ddaff6dbfd78328077d685960d (patch)
treedd424c69d98880cb9d366735fd53e331bdf80332 /src/nvim/testdir/test_search.vim
parentb6723e1ea065a818e6cda4c917c9c11d7cb67652 (diff)
parentda5c547ee3fa590159a82461bc0cd108d9e0ab3b (diff)
downloadrneovim-4f9e7a512dc606ddaff6dbfd78328077d685960d.tar.gz
rneovim-4f9e7a512dc606ddaff6dbfd78328077d685960d.tar.bz2
rneovim-4f9e7a512dc606ddaff6dbfd78328077d685960d.zip
Merge pull request #13521 from janlazo/nvim-8.1.2246
vim-patch:8.1.2246
Diffstat (limited to 'src/nvim/testdir/test_search.vim')
-rw-r--r--src/nvim/testdir/test_search.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_search.vim b/src/nvim/testdir/test_search.vim
index 8d71ada551..0703a6b141 100644
--- a/src/nvim/testdir/test_search.vim
+++ b/src/nvim/testdir/test_search.vim
@@ -270,7 +270,7 @@ func Test_search_cmdline2()
" nor "/foo\<c-u>\<cr>" works to delete the commandline.
" In that case Vim should return "E35 no previous regular expression",
" but it looks like Vim still sees /foo and therefore the test fails.
- " Therefore, disableing this test
+ " Therefore, disabling this test
"call assert_fails(feedkeys("/foo\<c-w>\<cr>", 'tx'), 'E35')
"call assert_equal({'lnum': 1, 'leftcol': 0, 'col': 0, 'topfill': 0, 'topline': 1, 'coladd': 0, 'skipcol': 0, 'curswant': 0}, winsaveview())