Add the dash to the keyword character list since command names can (and do) contain them.
3 lines
95 B
VimL
3 lines
95 B
VimL
" Include `-` in keyword characters since command names can contain them
|
|
setlocal iskeyword+=-
|