Files
dotfiles/.config/vim/ftplugin/zsh.vim
Julian Prein 688f8e18aa vim:ftplug:shell*: Add - to &iskeyword
Add the dash to the keyword character list since command names can (and
do) contain them.
2025-08-06 12:30:35 +02:00

3 lines
103 B
VimL

" source ./shell.vim (adds `-` to &iskeyword)
execute "source " .. expand("<sfile>:h") .. "/shell.vim"