GHI-#5 Fix unset global variable "colors_name"

This commit is contained in:
Arctic Ice Studio 2017-01-01 10:18:44 +01:00
parent 4666c595e2
commit c333f8f728

View file

@ -6,6 +6,13 @@
" email development@arcticicestudio.com +
" copyright Copyright (C) 2016 +
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
if version > 580
hi clear
if exists("syntax_on")
syntax reset
endif
endif
let g:colors_name = "nord"
let s:nord_vim_version="0.1.1"
set background=dark
@ -41,13 +48,6 @@ let s:nord13_term = "3"
let s:nord14_term = "2"
let s:nord15_term = "5"
if version > 580
hi clear
if exists("syntax_on")
syntax reset
endif
endif
function! s:hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
if a:guifg != ""
exec "hi " . a:group . " guifg=" . a:guifg