From d5a8d9bf3a80336c6653f915ea62734b341cfad7 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Sat, 23 Apr 2016 09:41:48 +0300 Subject: [PATCH] Fix the error message display in the `colorscheme` function --- share/kak/kakrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/kak/kakrc b/share/kak/kakrc index 130f9b1f..e92d3815 100644 --- a/share/kak/kakrc +++ b/share/kak/kakrc @@ -28,7 +28,7 @@ def -params 1 -docstring "colorscheme : enable named colorscheme" \ echo "source '${kak_runtime}/colors/$1.kak'" fi else - echo -color Error 'Usage: colorscheme ' + echo "echo -color Error 'Usage: colorscheme '" fi }}