aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-03 21:59:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-03 21:59:46 +1200
commit4534b0f7ba1a537e75618e47f3925fbd73e7bf84 (patch)
tree727552735f9c0efad3f59ac0a0e8b647251c0c15 /vim/vimrc
parentMerge branch 'hotfix/v8.25.2' (diff)
parentUpdate PGP key (diff)
downloaddotfiles-4534b0f7ba1a537e75618e47f3925fbd73e7bf84.tar.gz
dotfiles-4534b0f7ba1a537e75618e47f3925fbd73e7bf84.zip
Merge branch 'release/v8.26.0'v8.26.0
* release/v8.26.0: Update PGP key Update dotfiles(7) manual page Reformat paragraphs in README.md Remove outdated description of GnuPG config gen Update documentation of personal mail paths Add comment to installation dry run command Suggest creation of recommended path in docs Update recommended path in documentation Remove trailing slashes from default XDG basedir Use a dash rather than a three-period ellipsis
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 33ac602e..40e744c1 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -2,7 +2,7 @@
" Tom Ryder (tejr)’s Literate Vimrc
" ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
"
-" Last updated: Sun, 03 May 2020 03:44:03 UTC
+" Last updated: Sun, 03 May 2020 03:46:29 UTC
"
" │ And I was lifted up in heart, and thought
" │ Of all my late-shown prowess in the lists,
@@ -924,9 +924,9 @@ endif
" almost always stands out too much for my liking.
"
" You’d think the pattern here could be used to match the color scheme name,
-" and it can be...after patch v7.4.108, when Christian Brabandt fixed it.
-" Until that version, it matched against the current buffer name, so we’re
-" forced to have an explicit test in the command instead.
+" and it can be—after patch v7.4.108, when Christian Brabandt fixed it. Until
+" that version, it matched against the current buffer name, so we’re forced to
+" have an explicit test in the command instead.
"
" <https://github.com/vim/vim/releases/tag/v7.4.108>
"