add a vim modeline

This will cause vim (and other properly-extended editors) to read this
as a fish script file, despite its .fish.in extension.
This commit is contained in:
Z. Grace Moreau 2022-08-16 09:37:44 -06:00 committed by Martin Nordholts
parent d14e0fe292
commit f36df73ac1
1 changed files with 2 additions and 0 deletions

View File

@ -207,3 +207,5 @@ complete -c $bat -l acknowledgements -d "Build acknowledgements.bin" -n __bat_ca
complete -c $bat -s h -d "Print a concise overview of $bat-cache help" -n __bat_cache_no_excl
complete -c $bat -l help -f -d "Print all $bat-cache help" -n __bat_cache_no_excl
# vim:ft=fish