mirror of
https://github.com/tpope/vim-surround.git
synced 2025-11-08 11:23:49 -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()
|
||||
endif
|
||||
norm! `]
|
||||
call search('\032','bW')
|
||||
call search("\032",'bW')
|
||||
let @@ = reg_save
|
||||
let &clipboard = cb_save
|
||||
return "\<Del>"
|
||||
|
||||
Reference in New Issue
Block a user