vim:ftplug:shell*: Add - to &iskeyword

Add the dash to the keyword character list since command names can (and
do) contain them.
This commit is contained in:
2025-08-06 12:14:14 +02:00
parent 5baad5d7a2
commit 688f8e18aa
3 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
" Include `-` in keyword characters since command names can contain them
setlocal iskeyword+=-