Overwrite exported command and function, used endfunction instead of endfunc

This commit is contained in:
Michael Mandl 2019-10-22 19:01:14 +02:00
parent 15aa4bf864
commit 7c6d4779f6
2 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
command -nargs=1 SplitOpen :call splitopen#SplitOpenFile("<args>")
command! -nargs=1 SplitOpen :call splitopen#SplitOpenFile("<args>")
" map left-split / right-split file extensions
if !exists("g:splitopen_extensions")