mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 21:05:09 +00:00
Fix typo in README
This commit is contained in:
parent
4760bb7743
commit
2cec5c0f30
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user