Add missing comment about --theme arg escaping

This commit is contained in:
Ville Skyttä 2021-06-14 17:20:54 +03:00 committed by David Peter
parent e05f5010da
commit 229fbc1a18
1 changed files with 1 additions and 1 deletions

View File

@ -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