From 24f46237c305f9f5c8a5965da60d4f3183e0573d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 19 Feb 2018 17:48:32 +1300 Subject: Fix unsafe example in README.md The variable needs to be quoted in this context to avoid wordsplitting and glob expansion. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89441b7a..abf6f6de 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ fork](https://neovim.io/). To install the configuration where Neovim will use it, do this: $ nvd=${XDG_CONFIG_HOME:-"$HOME"/.config}/nvim - $ make install-vim VIMRC=$nvd/init.vim VIMDIR=$nvd + $ make install-vim VIMRC="$nvd"/init.vim VIMDIR="$nvd" Neovim's [godless arrogance](https://twitter.com/tpope/status/437019518444240896) -- cgit v1.2.3 From b40dd815db74edd169c1c9e513a618efcfb723db Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 19 Feb 2018 17:49:14 +1300 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 98741dab..a44c33a9 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v0.30.0 -Sun Feb 18 04:14:53 UTC 2018 +tejr dotfiles v0.30.1 +Mon Feb 19 04:49:10 UTC 2018 -- cgit v1.2.3