diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | VERSION | 4 | ||||
-rw-r--r-- | vim/vimrc | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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 @@ -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 |