mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
vim-patch:8.0.0330
Problem: Illegal memory access after "vapo". (Dominique Pelle)
Solution: Fix the cursor column.
84b2a38145
This commit is contained in:
@@ -28,3 +28,10 @@ func Test_Visual_ctrl_o()
|
||||
set tw&
|
||||
bw!
|
||||
endfu
|
||||
|
||||
func Test_Visual_vapo()
|
||||
new
|
||||
normal oxx
|
||||
normal vapo
|
||||
bwipe!
|
||||
endfunc
|
||||
|
Reference in New Issue
Block a user