aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-06 22:43:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-06 22:43:41 +1200
commit3df2840432816475b42bc9af0e0e736e12a83e11 (patch)
treec97204c63cbb239d3bff7209ad4e64727ec10d7e /vim/vimrc
parentRemove recursion from some maps that don't need it (diff)
downloaddotfiles-3df2840432816475b42bc9af0e0e736e12a83e11.tar.gz
dotfiles-3df2840432816475b42bc9af0e0e736e12a83e11.zip
Reset colorscheme rather than calling default
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index b270bc09..908a0991 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -213,7 +213,7 @@ try
colorscheme sahara
set cursorline
catch
- colorscheme default
+ syntax reset
set background=dark
set nocursorline
endtry