From 6898849e3e7908c8c5d7fff243ff3d8b630ebc75 Mon Sep 17 00:00:00 2001 From: Theodore Dubois Date: Thu, 4 May 2017 18:48:28 -0700 Subject: [PATCH] Mention that the fish bug has been fixed (#912) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56fcd17..069cd2f 100644 --- a/README.md +++ b/README.md @@ -394,9 +394,9 @@ export FZF_DEFAULT_COMMAND=' #### Fish shell It's [a known bug of fish](https://github.com/fish-shell/fish-shell/issues/1362) -that it doesn't allow reading from STDIN in command substitution, which means -simple `vim (fzf)` won't work as expected. The workaround is to use the `read` -fish command: +(will be fixed in 2.6.0) that it doesn't allow reading from STDIN in command +substitution, which means simple `vim (fzf)` won't work as expected. The +workaround is to use the `read` fish command: ```sh fzf | read -l result; and vim $result