aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-19 17:49:22 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-19 17:49:22 +1300
commit3b6119a2a1c4f380b82776983319a43dcd6281e1 (patch)
tree936d8cd08bf4b972842eeab2482151558b575d78
parentMerge branch 'release/v0.30.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-0.30.1.tar.gz (sig)
dotfiles-0.30.1.zip
Merge branch 'hotfix/v0.30.1'v0.30.1
* hotfix/v0.30.1: Bump VERSION Fix unsafe example in README.md
-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