From 5e872b01df3694c60b69ec843d5c6f21ec26b204 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 16 Jun 2019 02:54:45 +1200 Subject: Fix a few spelling errors This is actually just an excuse to test a new feature in my versioning script. --- vim/vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- cgit v1.2.3