Fix insert mode maps after "\r" change

Resolves: https://github.com/tpope/vim-surround/issues/349
This commit is contained in:
Tim Pope
2022-04-09 22:21:13 -04:00
parent 427f80f254
commit 81fc0ec460

View File

@@ -354,7 +354,7 @@ function! s:insert(...) " {{{1
call s:reindent()
endif
norm! `]
call search('\032','bW')
call search("\032",'bW')
let @@ = reg_save
let &clipboard = cb_save
return "\<Del>"