mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 03:53:47 -05:00
Move -r to start of args for non-GNU folk.
This commit is contained in:
committed by
Andy Stewart
parent
88e26c0fdf
commit
c8fa0b3349
@@ -94,7 +94,7 @@ Copy vim-gitgutter's subdirectories into your vim configuration directory:
|
|||||||
|
|
||||||
```
|
```
|
||||||
cd /tmp && git clone git://github.com/airblade/vim-gitgutter.git
|
cd /tmp && git clone git://github.com/airblade/vim-gitgutter.git
|
||||||
cp vim-gitgutter/* ~/.vim/ -r
|
cp -r vim-gitgutter/* ~/.vim/
|
||||||
```
|
```
|
||||||
|
|
||||||
See `:help add-global-plugin`.
|
See `:help add-global-plugin`.
|
||||||
|
|||||||
Reference in New Issue
Block a user