From 5214fbd8b85565940345ad687404c232f2631944 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 23 Oct 2020 21:30:42 +1300 Subject: Rewrap comments in vimrc --- vim/vimrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 26407eea..425a1d5b 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -2,7 +2,7 @@ " Tom Ryder (tejr)’s Literate Vimrc " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ " -" Last updated: Fri, 09 Oct 2020 08:52:09 UTC +" Last updated: Fri, 23 Oct 2020 08:28:38 UTC " " │ And I was lifted up in heart, and thought " │ Of all my late-shown prowess in the lists, @@ -256,12 +256,12 @@ endif if has('unix') " Prior to v8.1.1519, Vim didn’t check patterns added to 'backupskip' for - " uniqueness, so adding the same path repeatedly resulted in duplicate strings - " in the value. This was due to the absence of the P_NODUP flag for the - " option’s definition in src/option.c in the Vim source code. If we’re using - " a version older than v8.1.1519, we’ll need to explicitly reset 'backupskip' - " to its default value before adding patterns to it, so that reloading this - " file doesn’t stack up multiple copies of any added paths. + " uniqueness, so adding the same path repeatedly resulted in duplicate + " strings in the value. This was due to the absence of the P_NODUP flag for + " the option’s definition in src/option.c in the Vim source code. If we’re + " using a version older than v8.1.1519, we’ll need to explicitly reset + " 'backupskip' to its default value before adding patterns to it, so that + " reloading this file doesn’t stack up multiple copies of any added paths. " " " -- cgit v1.2.3