aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--VERSION4
-rw-r--r--vim/vimrc2
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9a80bf3e..84c59ea8 100644
--- a/Makefile
+++ b/Makefile
@@ -538,7 +538,7 @@ install-vim-bundle: install-vim-config
find vim/bundle/*/*/* \
-type f -exec sh -c \
'cp -p -- "$$1" $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \;
- vim --cmd 'helptags $(VIMDIR)/doc' --cmd quit
+ vim -e --cmd 'helptags $(VIMDIR)/doc' --cmd quit
install-vim-compiler:
mkdir -p -- $(VIMDIR)/compiler
diff --git a/VERSION b/VERSION
index f5e615bb..157007d5 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v0.58.0
-Thu Jun 21 04:11:39 UTC 2018
+tejr dotfiles v0.59.0
+Thu Jun 21 21:54:12 UTC 2018
diff --git a/vim/vimrc b/vim/vimrc
index 07c26448..a75e80fe 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -266,7 +266,7 @@ if 1
endif
" Leader mappings below; we use a literal backslash rather than <Leader> for
-" the mappings here, because I want many of these even to work on tiny
+" the mappings here, because I want many of these to work even on tiny
" stripped-down Vims like Debian's. The settings above are for plugins.
" \a toggles 'formatoptions' 'a' flag using a plugin