summaryrefslogtreecommitdiffstats
path: root/doc/fzf.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fzf.txt')
-rw-r--r--doc/fzf.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fzf.txt b/doc/fzf.txt
index e5197dd6..94857232 100644
--- a/doc/fzf.txt
+++ b/doc/fzf.txt
@@ -300,7 +300,7 @@ The following table summarizes the available options.
`source` | list | Vim list as input to fzf
`sink` | string | Vim command to handle the selected item (e.g. `e` , `tabe` )
`sink` | funcref | Reference to function to process each selected item
- `sink*` | funcref | Similar to `sink` , but takes the list of output lines at once
+ `sinklist` (or `sink*` ) | funcref | Similar to `sink` , but takes the list of output lines at once
`options` | string/list | Options to fzf
`dir` | string | Working directory
`up` / `down` / `left` / `right` | number/string | (Layout) Window position and size (e.g. `20` , `50%` )