Remove the runtime command
This commit is contained in:
parent
017fedc40f
commit
306243e8d9
|
@ -655,8 +655,6 @@ command `q!` has to be used).
|
|||
* `b[uffer]p[rev]`: switch to the previous buffer
|
||||
* `d[el]b[uf][!] [<name>]`: delete the buffer <name>
|
||||
* `source <filename>`: execute commands in <filename>
|
||||
* `runtime <filename>`: execute commands in <filename>, <filename>
|
||||
is relative to kak executable path.
|
||||
* `colorscheme <name>`: load named colorscheme.
|
||||
* `rename-client <name>`: set current client name
|
||||
* `rename-buffer <name>`: set current buffer name
|
||||
|
|
|
@ -55,10 +55,6 @@ command *q!* has to be used).
|
|||
*source* <filename>::
|
||||
execute commands in <filename>
|
||||
|
||||
*runtime* <filename>::
|
||||
execute commands in <filename>, <filename> is relative to kak
|
||||
executable path
|
||||
|
||||
*colorscheme* <name>::
|
||||
load named colorscheme
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
def -params 1.. runtime %{ %sh{
|
||||
while [ $# -gt 0 ]; do
|
||||
echo "source '${kak_runtime}/$1'"
|
||||
shift
|
||||
done
|
||||
}}
|
||||
|
||||
def -params 1 -docstring "colorscheme <name>: enable named colorscheme" \
|
||||
-shell-candidates %{
|
||||
localconfdir=${XDG_CONFIG_HOME:-${HOME}/.config}/kak
|
||||
|
|
Loading…
Reference in New Issue
Block a user