From 51a9cec47ad815451a8cdf1408a50ea525111442 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Wed, 2 Oct 2019 11:26:01 +0900 Subject: Fix feedkeys --- autoload/sonictemplate.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload') diff --git a/autoload/sonictemplate.vim b/autoload/sonictemplate.vim index 6146b3d..b857a25 100644 --- a/autoload/sonictemplate.vim +++ b/autoload/sonictemplate.vim @@ -379,7 +379,7 @@ function! sonictemplate#postfix() if stridx(c, '{{_cursor_}}') != -1 silent! call search('{{_cursor_}}\zs', 'w') silent! foldopen - silent! call feedkeys(repeat("\", 12)) + silent! call feedkeys(repeat("\", 12), 'n') endif break endif -- cgit v1.2.3-54-g00ecf