aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--man/man7/dotfiles.7df2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index a44c33a9..7f581842 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v0.30.1
-Mon Feb 19 04:49:10 UTC 2018
+tejr dotfiles v0.31.0
+Wed Mar 21 20:23:37 UTC 2018
diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df
index 6cf3fdcb..046e35db 100644
--- a/man/man7/dotfiles.7df
+++ b/man/man7/dotfiles.7df
@@ -515,7 +515,7 @@ To install the configuration where Neovim will use it, do this:
.nf
\f[C]
$\ 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"
\f[]
.fi
.PP