diff options
-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 |