Add the dash to the keyword character list since command names can (and do) contain them.
3 lines
103 B
VimL
3 lines
103 B
VimL
" source ./shell.vim (adds `-` to &iskeyword)
|
|
execute "source " .. expand("<sfile>:h") .. "/shell.vim"
|