From c6727cac476d9f5590991b14b9537c7cf986c6bf Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Fri, 15 Nov 2019 10:53:36 +0300 Subject: [PATCH] Add missing abort option to autoload function --- autoload/pencil.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/pencil.vim b/autoload/pencil.vim index ba52183..8d30a5e 100644 --- a/autoload/pencil.vim +++ b/autoload/pencil.vim @@ -522,7 +522,7 @@ fun! s:doModelines() abort en endf -function! Mapkey (keys, mode) +function! Mapkey (keys, mode) abort " Pass in a key sequence and the first letter of a vim mode. " Returns key mapping mapped to it in that mode, else 0 if none. " example: