vim-patch:8.0.0330

Problem:    Illegal memory access after "vapo". (Dominique Pelle)
Solution:   Fix the cursor column.

84b2a38145
This commit is contained in:
ckelsel
2017-09-24 09:48:52 +08:00
parent 4bb0e95abb
commit 006425b8b6
3 changed files with 16 additions and 5 deletions

View File

@@ -28,3 +28,10 @@ func Test_Visual_ctrl_o()
set tw&
bw!
endfu
func Test_Visual_vapo()
new
normal oxx
normal vapo
bwipe!
endfunc