mirror of
https://github.com/tpope/vim-surround.git
synced 2025-11-09 03:43:51 -05:00
Fix insert mode maps after "\r" change
Resolves: https://github.com/tpope/vim-surround/issues/349
This commit is contained in:
@@ -354,7 +354,7 @@ function! s:insert(...) " {{{1
|
|||||||
call s:reindent()
|
call s:reindent()
|
||||||
endif
|
endif
|
||||||
norm! `]
|
norm! `]
|
||||||
call search('\032','bW')
|
call search("\032",'bW')
|
||||||
let @@ = reg_save
|
let @@ = reg_save
|
||||||
let &clipboard = cb_save
|
let &clipboard = cb_save
|
||||||
return "\<Del>"
|
return "\<Del>"
|
||||||
|
|||||||
Reference in New Issue
Block a user