Update fish comments, because 2.6.0 was released (#991)
This commit is contained in:
parent
980b58ef5a
commit
bc3983181d
@ -430,10 +430,10 @@ export FZF_DEFAULT_COMMAND='
|
|||||||
|
|
||||||
#### Fish shell
|
#### Fish shell
|
||||||
|
|
||||||
It's [a known bug of fish](https://github.com/fish-shell/fish-shell/issues/1362)
|
Fish shell before version 2.6.0 [doesn't allow](https://github.com/fish-shell/fish-shell/issues/1362)
|
||||||
(will be fixed in 2.6.0) that it doesn't allow reading from STDIN in command
|
reading from STDIN in command substitution, which means simple `vim (fzf)`
|
||||||
substitution, which means simple `vim (fzf)` won't work as expected. The
|
doesn't work as expected. The workaround for fish 2.5.0 and earlier is to use
|
||||||
workaround is to use the `read` fish command:
|
the `read` fish command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
fzf | read -l result; and vim $result
|
fzf | read -l result; and vim $result
|
||||||
|
Loading…
x
Reference in New Issue
Block a user