aboutsummaryrefslogtreecommitdiff
path: root/man/man7/dotfiles.7df
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-03-22 09:26:08 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-03-22 09:26:08 +1300
commit3abbd26593748f465f653a14d90d96ffdabf88bc (patch)
tree040f829680a9e6485e5a26c3c3eea8e9a5c8511f /man/man7/dotfiles.7df
parentFurther soften magic numbers Perl::Critic rule (diff)
parentRebuild dotfiles(7) manual page from README (diff)
downloaddotfiles-3abbd26593748f465f653a14d90d96ffdabf88bc.tar.gz
dotfiles-3abbd26593748f465f653a14d90d96ffdabf88bc.zip
Merge branch 'release/v0.31.0' into develop
* release/v0.31.0: Rebuild dotfiles(7) manual page from README Bump VERSION
Diffstat (limited to 'man/man7/dotfiles.7df')
-rw-r--r--man/man7/dotfiles.7df2
1 files changed, 1 insertions, 1 deletions
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