Skip to content

Commit

Permalink
kamp-buffers: exec_cmd is going to be assigned anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauerster committed Nov 15, 2024
1 parent bf3a095 commit 4cf139e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/kamp-buffers
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ shift $(($OPTIND - 1))

: ${session:=$KAKOUNE_SESSION}

exec_cmd=
if kamp ctx -c >/dev/null 2>/dev/null; then
exec_cmd="kamp -s $session send buffer {}"
else
Expand Down

0 comments on commit 4cf139e

Please sign in to comment.