1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-11 13:00:41 +03:00

add add to the git completer

This commit is contained in:
Bob Qi 2024-04-24 14:27:34 +08:00
parent 5d2b8351a6
commit 912ac1550a

View File

@ -109,6 +109,7 @@ define-command -params 1.. \
} -shell-script-candidates %{
if [ $kak_token_to_complete -eq 0 ]; then
printf %s\\n \
add \
apply \
blame \
blame-jump \