mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-26 16:28:50 +01:00
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:
parent
d14e0fe292
commit
f36df73ac1
2
assets/completions/bat.fish.in
vendored
2
assets/completions/bat.fish.in
vendored
@ -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 -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
|
complete -c $bat -l help -f -d "Print all $bat-cache help" -n __bat_cache_no_excl
|
||||||
|
|
||||||
|
# vim:ft=fish
|
||||||
|
Loading…
Reference in New Issue
Block a user