aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-08 23:40:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-08 23:40:26 +1200
commit2323103d1e98126533c81bcaf5965c1f1c08008d (patch)
tree1274bf43921bd11ae2462656b1442661dafdcb02
parentCorrect type of plugin existence checks (diff)
downloaddotfiles-2323103d1e98126533c81bcaf5965c1f1c08008d.tar.gz
dotfiles-2323103d1e98126533c81bcaf5965c1f1c08008d.zip
Break a paragraph
-rw-r--r--vim/vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 07f39b15..1f2042eb 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -45,8 +45,9 @@ if !exists('$MYVIM') && &runtimepath !=# ''
" Splitting the values of a comma-separated option like 'runtimepath'
" correctly is a bit more complicated than it seems. The list separator is
" more accurately defined as a comma that is not preceded by a backslash, and
- " which is followed by any number of spaces and/or further commas. The
- " pattern breaks down like this:
+ " which is followed by any number of spaces and/or further commas.
+ "
+ " The pattern breaks down like this:
"
" \\ Literal backslash
" \@<! Negative lookbehind assertion; means that whatever occurred before