Skip to content

Commit

Permalink
colorscheme: improve error message if a colorscheme was not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-oberhumer committed May 2, 2021
1 parent 47c0d20 commit 411e31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/kak/kakrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def -params 1 -docstring "colorscheme <name>: enable named colorscheme" \
if [ -n "${filename}" ]; then
printf 'source %%{%s}' "${filename}"
else
echo "fail 'No such colorscheme'"
echo "fail 'No such colorscheme ${1}.kak'"
fi
}}

Expand Down

0 comments on commit 411e31f

Please sign in to comment.