diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-11-11 08:20:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-11 08:20:41 +0800 |
commit | adbffff5d0e9972253079140453b55d8f9273b29 (patch) | |
tree | bbd6c76b6d223af02aa173abc97d8e6869688787 /test | |
parent | 0e54931b99530cd58af0434e12c58fe6243acb64 (diff) | |
download | rneovim-adbffff5d0e9972253079140453b55d8f9273b29.tar.gz rneovim-adbffff5d0e9972253079140453b55d8f9273b29.tar.bz2 rneovim-adbffff5d0e9972253079140453b55d8f9273b29.zip |
vim-patch:9.1.0849: there are a few typos in the source (#31159)
Problem: there are a few typos in the source.
Solution: Correct typos (zeertzjq).
closes: vim/vim#16026
https://github.com/vim/vim/commit/7c5152826f61bc968ba539ff6db3a55e75556bf2
Diffstat (limited to 'test')
-rw-r--r-- | test/old/testdir/test_diffmode.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_diffmode.vim b/test/old/testdir/test_diffmode.vim index a97006a7cc..880286d329 100644 --- a/test/old/testdir/test_diffmode.vim +++ b/test/old/testdir/test_diffmode.vim @@ -2007,7 +2007,7 @@ func Test_diff_overlapped_diff_blocks_will_be_merged() call StopVimInTerminal(buf) endfunc -" switching windows in diff mode caused an unneccessary scroll +" switching windows in diff mode caused an unnecessary scroll func Test_diff_topline_noscroll() CheckScreendump |