mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-12 11:53:47 -05:00
Add missing abort option to autoload function
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user