Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit bdd58a4

Browse files
committed
Fix vimupg example.
1 parent 87f05fd commit bdd58a4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,10 @@ function vimupg () {
8484
return 1
8585
fi
8686

87-
vimrc=$HOME/.vimrc
88-
89-
vim -u $vimrc -c PlugUpgrade -c qall
90-
vim -u $vimrc -c PlugUpdate -c qall
91-
vim -u $vimrc -c PlugInstall -c qall
92-
vim -u $vimrc -c PlugClean! -c qall
87+
vim -c PlugUpgrade -c qall
88+
vim -c PlugUpdate -c qall
89+
vim -c PlugInstall -c qall
90+
vim -c PlugClean! -c qall
9391
}
9492
```
9593

0 commit comments

Comments
 (0)