Remove deprecated colorscheme names (_dark*/_light*).

This commit is contained in:
Lifepillar
2018-10-20 16:32:21 +02:00
parent 9b74a5faf5
commit 2499bfc234
9 changed files with 2 additions and 40 deletions

View File

@@ -1,4 +0,0 @@
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
set background=dark
execute "source" s:dir."solarized8.vim"
unlet s:dir

View File

@@ -1,4 +0,0 @@
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
set background=dark
execute "source" s:dir."solarized8_flat.vim"
unlet s:dir

View File

@@ -1,4 +0,0 @@
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
set background=dark
execute "source" s:dir."solarized8_high.vim"
unlet s:dir

View File

@@ -1,5 +0,0 @@
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
set background=dark
execute "source" s:dir."solarized8_low.vim"
unlet s:dir

View File

@@ -1,5 +0,0 @@
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
set background=light
execute "source" s:dir."solarized8.vim"
unlet s:dir

View File

@@ -1,4 +0,0 @@
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
set background=light
execute "source" s:dir."solarized8_flat.vim"
unlet s:dir

View File

@@ -1,5 +0,0 @@
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
set background=light
execute "source" s:dir."solarized8_high.vim"
unlet s:dir

View File

@@ -1,4 +0,0 @@
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
set background=light
execute "source" s:dir."solarized8_low.vim"
unlet s:dir