Skip to content

Commit

Permalink
Added a note about solved #6 in fish v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
laughedelic authored Aug 2, 2017
1 parent 62bc9bf commit 40841c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ Just use [fisherman](https://github.com/fisherman/fisherman):
fisher install laughedelic/pisces
```

> **NOTE:** This plugin requires fish **v2.3 or higher**:
> **NOTE:**
> This plugin works best with **fish v2.6**, because it has a feature called [_bracketed (a.k.a safe) paste_](https://github.com/fish-shell/fish-shell/pull/3871) which solves the problem with pasting strings containing paired symbols (they get autoclosed), see [#6](https://github.com/laughedelic/pisces/issues/6) for details.
>
> The minimum required version of fish is v2.3, because
> - there was a bug [#2210](https://github.com/fish-shell/fish-shell/issues/2210) in v2.2 which would brake quotes handling
> - it uses `string` builtin which was introduced in v2.3
Expand Down

0 comments on commit 40841c3

Please sign in to comment.