aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--VERSION4
2 files changed, 3 insertions, 3 deletions
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)
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