From 81fc0ec460dd8b25a76346e09aecdbca2677f1a7 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sat, 9 Apr 2022 22:21:13 -0400 Subject: [PATCH] Fix insert mode maps after "\r" change Resolves: https://github.com/tpope/vim-surround/issues/349 --- plugin/surround.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/surround.vim b/plugin/surround.vim index 2f5d574..8a4016e 100644 --- a/plugin/surround.vim +++ b/plugin/surround.vim @@ -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 "\"