use tabs for indentation
This commit is contained in:
parent
7cde9989b3
commit
186f44ab9b
1 changed files with 170 additions and 168 deletions
|
@ -253,14 +253,16 @@ define-command -hidden fzf-buffer %{ evaluate-commands %sh{
|
||||||
(
|
(
|
||||||
eval "$cmd"
|
eval "$cmd"
|
||||||
if [ -s $tmp ]; then
|
if [ -s $tmp ]; then
|
||||||
( read action
|
(
|
||||||
|
read action
|
||||||
read buf
|
read buf
|
||||||
if [ "$action" = "ctrl-d" ]; then
|
if [ "$action" = "ctrl-d" ]; then
|
||||||
$setbuf $kak_bufname
|
$setbuf $kak_bufname
|
||||||
$delbuf $buf
|
$delbuf $buf
|
||||||
else
|
else
|
||||||
$setbuf $buf
|
$setbuf $buf
|
||||||
fi) < $tmp
|
fi
|
||||||
|
) < $tmp
|
||||||
else
|
else
|
||||||
$setbuf $kak_bufname
|
$setbuf $kak_bufname
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue