From 24f46237c305f9f5c8a5965da60d4f3183e0573d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 19 Feb 2018 17:48:32 +1300 Subject: Fix unsafe example in README.md The variable needs to be quoted in this context to avoid wordsplitting and glob expansion. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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) -- cgit v1.2.3