summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-04-23 12:51:08 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-04-23 12:51:08 +0900
commit27e26bd1ea90c54555aceecb644b390ced5d9761 (patch)
tree2ada4fd3fe9c8f18b4dfaba219c2d74afe29a8c8 /README.md
parent305ec3b3ce16141ecac0b8657ad00b371fc7a133 (diff)
[vim] Add g:Fzf_launcher for funcrefs (#212)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7b54b3fa..e7288b13 100644
--- a/README.md
+++ b/README.md
@@ -294,7 +294,8 @@ of the selected items.
| `dir` | string | Working directory |
| `up`/`down`/`left`/`right` | number/string | Use tmux pane with the given size (e.g. `20`, `50%`) |
| `window` (*Neovim only*) | string | Command to open fzf window (e.g. `vertical aboveleft 30new`) |
-| `launcher` | string | External terminal emulator to start fzf with (Only used in GVim) |
+| `launcher` | string | External terminal emulator to start fzf with (GVim only) |
+| `launcher` | funcref | Function for generating `launcher` string (GVim only) |
_However on Neovim `fzf#run` is asynchronous and does not return values so you
should use `sink` or `sink*` to process the output from fzf._