From 9aefbe4e5883c16305daa851e8e159134604d49d Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Wed, 27 Mar 2019 13:32:45 +0300 Subject: [PATCH] fix doc --- rc/fzf.kak | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/rc/fzf.kak b/rc/fzf.kak index 8bb02e2..37528f0 100644 --- a/rc/fzf.kak +++ b/rc/fzf.kak @@ -104,11 +104,11 @@ define-command -docstring \ Switches: -kak-cmd : A Kakoune cmd that is applied to fzf resulting value. -items-cmd : A command that is used as a pipe to provide list of values to fzf. - -fzf-impl : Owerride fzf implementation variable - -fzf-args : Additional flags for fzf program - -preview-cmd: a preview command - -preview: should fzf window include preview - -filter : A pipe which will be applied to result provided by fzf + -fzf-impl : Owerride fzf implementation variable. + -fzf-args : Additional flags for fzf program. + -preview-cmd: A preview command. + -preview: Should fzf window include preview. + -filter : A pipe which will be applied to result provided by fzf. -post-action : Extra commands that are preformed after `-kak-cmd' command." \ fzf -shell-script-completion %{echo "-kak-cmd\n-items-cmd\n-fzf-args\n-post-action\n"} -params .. %{ evaluate-commands %sh{ while [ $# -gt 0 ]; do @@ -198,3 +198,4 @@ fzf -shell-script-completion %{echo "-kak-cmd\n-items-cmd\n-fzf-args\n-post-acti rm -rf ${fzf_tmp} ) > /dev/null 2>&1 < /dev/null & }} +