aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-17 01:00:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-17 01:00:35 +1200
commitfaa228cfd4ffb2aa750509b5a405f4f33fc180a8 (patch)
tree5febbf099241d8cfd4287ec4a00436e89f4d2ee8
parentMerge branch 'release/v6.22.0' into develop (diff)
downloaddotfiles-faa228cfd4ffb2aa750509b5a405f4f33fc180a8.tar.gz
dotfiles-faa228cfd4ffb2aa750509b5a405f4f33fc180a8.zip
Remove a now-inaccurate comment
-rw-r--r--vim/vimrc12
1 files changed, 0 insertions, 12 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d9004081..0fc9d24b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1005,18 +1005,6 @@ autocmd vimrc ColorScheme *
autocmd vimrc ColorScheme sahara
\ set cursorline
-" 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 default to a dark background (if not already) for the default
-" color scheme in the absence of guidance otherwise from a COLORFGBG
-" environment variable or a t_RB terminal response. Vim otherwise defaults to
-" 'light', which is less likely in my case.
-"
-" 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
-" distribution.
-"
-
" Use 'dark' as my default value for 'background', in the absence of an
" environment variable COLORFGBG or a response in v:termrbgresp that would set
" it specifically.