From 76195dfe1daa337c283c7d5ee19cfe87fce688b3 Mon Sep 17 00:00:00 2001 From: Nathan Galt Date: Sun, 1 Sep 2019 17:03:34 -0700 Subject: [PATCH] Update bat completions from 0.11.0 to 0.12.0 Closes #6084. --- share/completions/bat.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/completions/bat.fish b/share/completions/bat.fish index efd2ce5df..78741480d 100644 --- a/share/completions/bat.fish +++ b/share/completions/bat.fish @@ -1,4 +1,4 @@ -# Generated by hand against bat 0.11.0. +# Generated by hand against bat 0.12.0. # bat is at . # TODO: Have --map-syntax properly suggest from- and to-languages. @@ -56,7 +56,7 @@ set -l tabs_opts ' ' complete -c bat -n 'not __fish_seen_subcommand_from cache' -x -s l -l language -a '(__bat_complete_languages_and_extensions)' -d 'Set language for syntax highlighting' -complete -c bat -n 'not __fish_seen_subcommand_from cache' -f -l list-language -d 'List supported languages for syntax highlighting' +complete -c bat -n 'not __fish_seen_subcommand_from cache' -f -s L -l list-language -d 'List supported languages for syntax highlighting' complete -c bat -n 'not __fish_seen_subcommand_from cache' -x -s m -l map-syntax -d 'Map file name/extension to existing syntax' complete -c bat -n 'not __fish_seen_subcommand_from cache' -x -l theme -a '(__bat_complete_themes)' -d 'Set theme for syntax highlighting' complete -c bat -n 'not __fish_seen_subcommand_from cache' -f -l list-themes -d 'List syntax-highlighting themes'