mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
The `&&` and the `||` operators aren't available in fish. The equivalents are `; and` and `; or`. Also single parentheses are used for command substitution. The fish equivalents are `begin` and `end`. But they aren't needed here.