aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-09 01:26:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-09 01:26:28 +1200
commitdd5f07460db73537bc5086e853109713d0f82aff (patch)
tree8184f7baf638aca11e86f173f8b8163636072d36 /vim
parentRevert "Restore 'shortmess' defaults" (diff)
downloaddotfiles-dd5f07460db73537bc5086e853109713d0f82aff.tar.gz
dotfiles-dd5f07460db73537bc5086e853109713d0f82aff.zip
Rearrange a paragraph
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc7
1 files changed, 3 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d9755ed5..67d70a7e 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -78,10 +78,9 @@ if !exists('$MYVIM') && &runtimepath !=# ''
let $MYVIM = split(&runtimepath, s:option_split_pattern)[0]
endif
-" The path named in the MYVIM environment variable can't contain a comma
-" anywhere, because its use in comma-separated option values will confuse Vim
-" into thinking more than one directory is being specified, per normal :set
-" semantics.
+" If the path specified in the MYVIM environment variable contains a comma,
+" its use in comma-separated option values will confuse Vim into thinking more
+" than one directory is being specified, per normal :set semantics.
"
" It's possible to work around this with some careful escaping, either at :set
" time with an :execute abstraction or with a separate environment variable