> On Nov 14, 2016, at 5:05 PM, Rainer Müller <[email protected]>
> wrote:
>
> +notes [subst {
>
> + If you want to use bash-completion for git-cola, you have to source the\
>
> + completion files from your ~/.bashrc as it extends the git command\
>
> + completion and cannot be loaded automatically:
>
> +
>
> + source ${prefix}/share/bash-completion/completions/git
>
> + source ${prefix}/share/bash-completion/completions/git-cola
>
> +}]
>
>
Why is using the weird
[subst {...}]
here better than using
"..."
?