From 8dae3d375834aadc1639ee07b9db8226422c2b12 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 21 Jun 2018 23:51:21 +1200 Subject: Correct grammar in a comment --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 -- cgit v1.2.3 From 1c0dfb52bf6637b2d53a6415c477e60b4f30b458 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 22 Jun 2018 09:52:54 +1200 Subject: Add -e flag to Vim :helptags build Prevents warnings on stderr about output not being to a terminal. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3 From b989e5c9e80d9764849462b8dba177ec949a65ee Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 22 Jun 2018 09:54:18 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3