aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-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