We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69498f6 commit a5db8d9Copy full SHA for a5db8d9
README.md
@@ -31,7 +31,7 @@ _Similar plugin for git: [vim-gitgutter](https://github.com/airblade/vim-gitgutt
31
## Installation
32
33
The `master` branch is async-only and thus requires at least Vim 8.0.902. Use
34
-the `legacy` branch for older Vim versions.
+the `legacy` tag for older Vim versions.
35
36
Using your favorite [plugin
37
manager](https://github.com/mhinz/vim-galore#managing-plugins), e.g.
@@ -41,7 +41,7 @@ manager](https://github.com/mhinz/vim-galore#managing-plugins), e.g.
41
if has('nvim') || has('patch-8.0.902')
42
Plug 'mhinz/vim-signify'
43
else
44
- Plug 'mhinz/vim-signify', { 'branch': 'legacy' }
+ Plug 'mhinz/vim-signify', { 'tag': 'legacy' }
45
endif
46
```
47
0 commit comments