aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-27 15:03:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-27 15:03:29 +1200
commit771e1999e65e326baadfe700fdc95e6709592455 (patch)
tree9e491b0ca43cb244efd06c145bd405af74cf25b3
parentMove digraphs to more sensible location (diff)
downloaddotfiles-771e1999e65e326baadfe700fdc95e6709592455.tar.gz
dotfiles-771e1999e65e326baadfe700fdc95e6709592455.zip
Revise .vimrc header comment
-rw-r--r--vim/vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index bbcb7db6..f48f31b6 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,8 +1,8 @@
" Tom Ryder (tejr)'s vimrc: <https://sanctum.geek.nz/cgit/dotfiles.git>
"
-" This file is not truly self-contained; it should run without errors on its
-" own without the accompanying plugins to which it refers near the end of this
-" file, but you'll get errors for some of the leader maps, for example.
+" This file is not truly self-contained. It should run without errors on its
+" own without the accompanying plugins to which it refers near its end, but
+" you'll get errors for some of the leader maps.
" Load filetype settings, plugins, and maps
if has('autocmd')