merged vim-thematic-gui into this project

This commit is contained in:
Reed Esau
2014-01-01 13:07:51 -07:00
parent 1168d4f689
commit ae115dff26
5 changed files with 450 additions and 23 deletions

View File

@@ -17,10 +17,12 @@ let g:thematic#theme_name = ''
" Preserve original settings
let g:thematic#original = {
\ 'laststatus': &laststatus,
\ 'ruler': &ruler,
\ }
let g:thematic#original = {}
let g:thematic#original.laststatus = &laststatus
let g:thematic#original.ruler = &ruler
if has('fullscreen')
call thematic#gui#initFullscreen()
endif
" Defaults
if !exists('g:thematic#defaults')