aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-16 02:55:02 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-16 02:55:02 +1200
commit9768e8d53687513e83fbab78c220132211437a60 (patch)
tree4f03bc252f80071cc8a9dbe0b09925cfd8a18a05
parentMerge branch 'release/v6.5.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-9768e8d53687513e83fbab78c220132211437a60.tar.gz
dotfiles-9768e8d53687513e83fbab78c220132211437a60.zip
Merge branch 'release/v6.6.0'v6.6.0
* release/v6.6.0: Fix a few spelling errors
-rw-r--r--VERSION4
-rw-r--r--vim/vimrc8
2 files changed, 6 insertions, 6 deletions
diff --git a/VERSION b/VERSION
index d94f4e13..fab7f82f 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v6.5.0
-Sat Jun 15 14:52:59 UTC 2019
+tejr dotfiles v6.6.0
+Sat Jun 15 14:55:02 UTC 2019
diff --git a/vim/vimrc b/vim/vimrc
index fbfdd15d..ccd50616 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -963,10 +963,10 @@ if !exists('syntax_on')
endif
" Before we attempt to pick a syntax highlighting color scheme, we'll set up
-" a couple of hooks for colorscheme loading. In this case, we turn
-" 'cursorline' on if my 'sahara' colorscheme is loaded, since I've configured
+" a couple of hooks for color scheme loading. In this case, we turn
+" 'cursorline' on if my 'sahara' color scheme is loaded, since I've configured
" it to be a very dark gray that doesn't stand out too much against a black
-" background. For any other colorscheme, turn the option off, because it
+" background. For any other color scheme, turn the option off, because it
" almost always stands out too much for my liking.
"
autocmd vimrc ColorScheme *
@@ -976,7 +976,7 @@ autocmd vimrc ColorScheme sahara
" We'll have Vim try to use my 'sahara' fork of the 'desert256' color scheme.
" If we fail to load the color scheme, for whatever reason, suppress the
-" error, and ensure a dark background for the default colorscheme.
+" error, and ensure a dark background for the default color scheme.
"
" There's also a very simple grayscale color scheme I occasionally use instead
" called 'juvenile', which is included as a Git submodule with this dotfiles