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

Commit

Permalink
Fix vimupg example.
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jun 11, 2015
1 parent 87f05fd commit bdd58a4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,10 @@ function vimupg () {
return 1
fi
vimrc=$HOME/.vimrc
vim -u $vimrc -c PlugUpgrade -c qall
vim -u $vimrc -c PlugUpdate -c qall
vim -u $vimrc -c PlugInstall -c qall
vim -u $vimrc -c PlugClean! -c qall
vim -c PlugUpgrade -c qall
vim -c PlugUpdate -c qall
vim -c PlugInstall -c qall
vim -c PlugClean! -c qall
}
```

Expand Down

0 comments on commit bdd58a4

Please sign in to comment.