From f36df73ac12bc93b0215ca63d25631070c064ea7 Mon Sep 17 00:00:00 2001 From: "Z. Grace Moreau" Date: Tue, 16 Aug 2022 09:37:44 -0600 Subject: [PATCH] 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. --- assets/completions/bat.fish.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/completions/bat.fish.in b/assets/completions/bat.fish.in index 045bd21f..482aefc6 100644 --- a/assets/completions/bat.fish.in +++ b/assets/completions/bat.fish.in @@ -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