aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-25 02:16:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-25 02:16:54 +1200
commit24696b991337a62953c5a30a33d915a7e68db0be (patch)
tree0cc94ed62c41b0d2cf728e363df9b044532f4696
parentLots of refactoring, mostly of comments (diff)
downloaddotfiles-24696b991337a62953c5a30a33d915a7e68db0be.tar.gz
dotfiles-24696b991337a62953c5a30a33d915a7e68db0be.zip
Avoid some overkill
-rw-r--r--vim/vimrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index e00fa659..be5b3cfa 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -238,9 +238,7 @@ try
colorscheme sahara
set cursorline
catch
- if &background != 'dark' " Avoid reloading syntax files unnecessarily
- set background=dark
- endif
+ set background=dark
endtry
" Remap normal space to scroll down a page