aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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