rc tools git: remove redundant try
These commands must never fail.
This commit is contained in:
parent
b0119b0696
commit
6b03f4dc4f
|
@ -365,10 +365,10 @@ define-command -params 1.. \
|
|||
run_git_blame "$@"
|
||||
;;
|
||||
hide-blame)
|
||||
printf %s "try %{
|
||||
printf %s "
|
||||
set-option buffer=$kak_bufname git_blame_flags $kak_timestamp
|
||||
remove-highlighter window/git-blame
|
||||
}"
|
||||
"
|
||||
;;
|
||||
show-diff)
|
||||
echo 'try %{ add-highlighter window/git-diff flag-lines Default git_diff_flags }'
|
||||
|
|
Loading…
Reference in New Issue
Block a user