aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-03 04:05:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-03 04:05:04 +1200
commit39f188c7bd427d3012b4d3331ed8ff27e8ffdac4 (patch)
tree86abbd292ab73b1b66298f908bcb8e7c6916f138
parentMerge branch 'release/v8.25.0' into develop (diff)
downloaddotfiles-39f188c7bd427d3012b4d3331ed8ff27e8ffdac4.tar.gz
dotfiles-39f188c7bd427d3012b4d3331ed8ff27e8ffdac4.zip
Use a dash rather than a three-period ellipsis
-rw-r--r--vim/vimrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a08a4287..29d99643 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -2,7 +2,7 @@
" Tom Ryder (tejr)’s Literate Vimrc
" ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
"
-" Last updated: Sat, 02 May 2020 15:15:57 UTC
+" Last updated: Sat, 02 May 2020 15:52:53 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>
"