diff options
| author | Max Christian Pohle | 2018-05-14 22:23:01 +0200 | 
|---|---|---|
| committer | Max Christian Pohle | 2018-05-14 22:23:01 +0200 | 
| commit | 2d6337beaba0c6bb4e8ef818fedca564fc17064e (patch) | |
| tree | 4a39273da89a88b85fe98255aa2218ee99627587 | |
| parent | df5e16fc3baa09ef63d9ee9c0e07861f23d5149d (diff) | |
| download | vim-karlmarks-2d6337beaba0c6bb4e8ef818fedca564fc17064e.tar.bz2 vim-karlmarks-2d6337beaba0c6bb4e8ef818fedca564fc17064e.zip  | |
Commented installer script and fixed local installer
| -rw-r--r-- | install.sh | 6 | 
1 files changed, 5 insertions, 1 deletions
| @@ -1,5 +1,9 @@ | |||
| 1 | # Welcome to Vimax! | 1 | # Welcome to Vimax! | 
| 2 | # | 2 | # | 
| 3 | # This script allows a local installation to some random path and starts | ||
| 4 | # the vim-EDITOR after installation is finished. That way the configuration | ||
| 5 | # can easily be tested. | ||
| 6 | # | ||
| 3 | # You have just executed this script | 7 | # You have just executed this script | 
| 4 | 8 | ||
| 5 | if [[ ! $EDITOR =~ ^n?g?vim?$ ]]; then | 9 | if [[ ! $EDITOR =~ ^n?g?vim?$ ]]; then | 
| @@ -28,4 +32,4 @@ $EDITOR -u vimrc-full -N \ | |||
| 28 | +'PlugInstall --sync' \ | 32 | +'PlugInstall --sync' \ | 
| 29 | +qall | 33 | +qall | 
| 30 | 34 | ||
| 31 | $EDITOR $0 | 35 | $EDITOR -u vimrc-full -N $0 | 
