diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-03-30 06:43:10 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-03-30 06:49:37 -0400 |
commit | e491e77498e8f4b2e801b51271e5e50dd7976ae3 (patch) | |
tree | bcf7547063e5e1213a767f5b7945bde58ec5764e /src/nvim/testdir/test_visual.vim | |
parent | f89bfa68692540c2a28794297ce2ab63892de410 (diff) | |
download | rneovim-e491e77498e8f4b2e801b51271e5e50dd7976ae3.tar.gz rneovim-e491e77498e8f4b2e801b51271e5e50dd7976ae3.tar.bz2 rneovim-e491e77498e8f4b2e801b51271e5e50dd7976ae3.zip |
vim-patch:8.1.1193: typos and small problems in test files
Problem: Typos and small problems in test files.
Solution: Small improvements.
https://github.com/vim/vim/commit/037c54f261818439755d56e318da068f97997fb5
Include unmerged patch v8.0.1200 changes
because this patch depends on `set beloff=all` removed in 1 test.
Diffstat (limited to 'src/nvim/testdir/test_visual.vim')
-rw-r--r-- | src/nvim/testdir/test_visual.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/testdir/test_visual.vim b/src/nvim/testdir/test_visual.vim index 7f50894f66..73c7960579 100644 --- a/src/nvim/testdir/test_visual.vim +++ b/src/nvim/testdir/test_visual.vim @@ -255,7 +255,6 @@ func TriggerTheProblem() endfunc func Test_visual_mode_reset() - set belloff=all enew let g:msg = "Everything's fine." enew @@ -268,7 +267,6 @@ func Test_visual_mode_reset() exe "normal! GV:call TriggerTheProblem()\<CR>" call assert_equal("Everything's fine.", g:msg) - set belloff& endfunc func Test_Visual_word_textobject() |