Posix compliance in colorscheme command completer
This commit is contained in:
parent
f3ed9c14d7
commit
e019d7cccd
|
@ -7,7 +7,7 @@ def -params 1.. runtime %{ %sh{
|
||||||
|
|
||||||
def -params 1 -docstring "colorscheme <name>: enable named colorscheme" \
|
def -params 1 -docstring "colorscheme <name>: enable named colorscheme" \
|
||||||
-shell-completion %{
|
-shell-completion %{
|
||||||
prefix=${1:0:${kak_pos_in_token}}
|
prefix=$(echo ${1} | cut -c-${kak_pos_in_token})
|
||||||
(
|
(
|
||||||
localconfdir=${XDG_CONFIG_HOME:-${HOME}/.config}/kak
|
localconfdir=${XDG_CONFIG_HOME:-${HOME}/.config}/kak
|
||||||
for col in ${kak_runtime}/colors/*.kak ${localconfdir}/colors/*.kak; do
|
for col in ${kak_runtime}/colors/*.kak ${localconfdir}/colors/*.kak; do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user