mirror of
https://github.com/tpope/vim-surround.git
synced 2026-09-10 07:16:17 -04:00
Fix insert mode maps after "\r" change
Resolves: https://github.com/tpope/vim-surround/issues/349
This commit is contained in:
parent
427f80f254
commit
81fc0ec460
|
|
@ -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>"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue