1
0
Fork 0

add quotes to werning message

This commit is contained in:
Andrey Orst 2018-09-22 22:43:49 +03:00
parent 8af81ae376
commit 61e26193e4

View file

@ -58,7 +58,7 @@ Configurable options:
fzf-file %{
evaluate-commands %sh{
if [ -z $(command -v $kak_opt_fzf_file_command) ]; then
echo "echo -markup '{Information}$kak_opt_fzf_file_command is not installed. Falling back to ''find'''"
echo "echo -markup '{Information}''$kak_opt_fzf_file_command'' is not installed. Falling back to ''find'''"
kak_opt_fzf_file_command="find"
fi
case $kak_opt_fzf_file_command in