From 229fbc1a18898ed96143dac58857e1df09c3d942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 14 Jun 2021 17:20:54 +0300 Subject: Add missing comment about --theme arg escaping --- assets/completions/bat.bash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/completions/bat.bash.in b/assets/completions/bat.bash.in index 12dda749..e1805cd0 100644 --- a/assets/completions/bat.bash.in +++ b/assets/completions/bat.bash.in @@ -59,7 +59,7 @@ _bat() { --theme) local IFS=$'\n' COMPREPLY=($(compgen -W "$("$1" --list-themes)" -- "$2")) - compopt -o filenames + compopt -o filenames # for escaping return 0 ;; esac -- cgit v1.2.3