diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2024-03-28 19:03:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-28 19:03:27 +0800 |
| commit | 346a6390286cf58d8a618fd9d803523e497c8af1 (patch) | |
| tree | 5b91c067e52af34e4c3913ca4604951f89b0f6b1 /test/old/testdir/test_visual.vim | |
| parent | 08b8ccd733ca2a7888ad221d5cc6e1f1e994a02d (diff) | |
| download | rneovim-346a6390286cf58d8a618fd9d803523e497c8af1.tar.gz rneovim-346a6390286cf58d8a618fd9d803523e497c8af1.tar.bz2 rneovim-346a6390286cf58d8a618fd9d803523e497c8af1.zip | |
vim-patch:9.1.0220: Few typos in source and test files (#28076)
Problem: Typos in code and tests.
Solution: Fix typos (zeertzjq).
closes: vim/vim#14321
https://github.com/vim/vim/commit/c029c131ea7822514d67edb9be2de76d076aa267
Diffstat (limited to 'test/old/testdir/test_visual.vim')
| -rw-r--r-- | test/old/testdir/test_visual.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_visual.vim b/test/old/testdir/test_visual.vim index d952400367..864ccd428d 100644 --- a/test/old/testdir/test_visual.vim +++ b/test/old/testdir/test_visual.vim @@ -1151,7 +1151,7 @@ func Test_visual_inner_block() " try to select non-existing inner block call cursor(5, 1) call assert_beeps('normal ViBiBiB') - " try to select a unclosed inner block + " try to select an unclosed inner block 8,9d call cursor(5, 1) call assert_beeps('normal ViBiB') |