bat/assets/completions
Ville Skyttä 2dbc88d3af Improve bash completion escaping
`compopt -o filenames` is a cheap way to accomplish mostly wanted
behavior. However it is semantically incorrect when we are not actually
completing filenames, and has side effects -- for example adds a
trailing slash to candidates matching present dirs.

bash >= 4.1 can `printf -v` to an array index, use it instead where
available.
2022-09-11 21:54:22 +02:00
..
_bat.ps1.in Add a --style=default option (#2119) 2022-05-04 21:31:32 +02:00
bat.bash.in Improve bash completion escaping 2022-09-11 21:54:22 +02:00
bat.fish.in fix `--pager` opts display and add some examples 2022-08-27 16:37:34 +02:00
bat.zsh.in Add a --style=default option (#2119) 2022-05-04 21:31:32 +02:00