This commit is contained in:
itchyny
2014-06-18 22:08:19 +09:00
parent 7afa72e7fb
commit f8ae80135f
3 changed files with 21 additions and 3 deletions

View File

@@ -3,9 +3,12 @@
" Version: 0.0
" Author: itchyny
" License: MIT License
" Last Change: 2013/09/07 16:22:56.
" Last Change: 2014/06/17 11:31:23.
" =============================================================================
let s:save_cpo = &cpo
set cpo&vim
let s:cuicolor = {
\ 'black' : 16,
\ 'white' : 231,
@@ -214,3 +217,6 @@ function! lightline#colorscheme#flatten(p)
endfor
return a:p
endfunction
let &cpo = s:save_cpo
unlet s:save_cpo