mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 07:46:58 +00:00
Remove deprecated colorscheme names (_dark*/_light*).
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user