From 5fab649ccfc20c6d289aa15b28894479c87ce38c Mon Sep 17 00:00:00 2001 From: Joel Goguen Date: Sun, 18 Dec 2022 22:14:56 -0500 Subject: [PATCH] Add abort attribute to all functions in autoload --- autoload/tmpl.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/tmpl.vim b/autoload/tmpl.vim index 8f73cf1..87a93df 100644 --- a/autoload/tmpl.vim +++ b/autoload/tmpl.vim @@ -124,7 +124,7 @@ function! tmpl#ExpandTmplVars() abort call winrestview(old_winstate) endfunction -function! tmpl#ExpandIncludeVars() +function! tmpl#ExpandIncludeVars() abort let old_winstate = winsaveview() let old_query = getreg('/') let format = expand('%:e')