diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-10-09 19:45:32 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-09 19:45:32 +0800 |
| commit | de7be43acc9459e83e4fd5dcb390b5f2d2945c70 (patch) | |
| tree | 231f218ee561e64030dd383e23f9926600c9cd17 /src/nvim/testdir/test_visual.vim | |
| parent | 603c6b6996eb7e04d50fe5544754669a06af73e0 (diff) | |
| parent | 7cdaa74b3684d40a6e72bbf3eb4deedb0c5df7bc (diff) | |
| download | rneovim-de7be43acc9459e83e4fd5dcb390b5f2d2945c70.tar.gz rneovim-de7be43acc9459e83e4fd5dcb390b5f2d2945c70.tar.bz2 rneovim-de7be43acc9459e83e4fd5dcb390b5f2d2945c70.zip | |
Merge pull request #20554 from zeertzjq/vim-9.0.0697
vim-patch:9.0.{0697,0702}: cursor in wrong position with 'linebreak'
Diffstat (limited to 'src/nvim/testdir/test_visual.vim')
| -rw-r--r-- | src/nvim/testdir/test_visual.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_visual.vim b/src/nvim/testdir/test_visual.vim index 9c1ad0c099..65665d36c0 100644 --- a/src/nvim/testdir/test_visual.vim +++ b/src/nvim/testdir/test_visual.vim @@ -1492,5 +1492,4 @@ func Test_switch_buffer_ends_visual_mode() exe 'bwipe!' buf2 endfunc - " vim: shiftwidth=2 sts=2 expandtab |