diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-04-11 09:21:23 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-04-11 09:21:23 +0900 |
| commit | 2cec5c0f304a4ba766fb7ea0506b707c54fcc32e (patch) | |
| tree | a15ee178e8faf140ff8b91daa3ccda1bd7db86d5 | |
| parent | 4760bb7743955f4a40f4da3656fac751fcab9815 (diff) | |
| download | fzf-2cec5c0f304a4ba766fb7ea0506b707c54fcc32e.tar.gz | |
Fix typo in README
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -324,8 +324,8 @@ of the selected items. | `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) | -*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.* +_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._ ##### Examples |
