1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00
This commit is contained in:
Diego Schmidt 2014-07-13 23:40:24 -03:00
parent b92f0f2eb1
commit a7dc67b29b
3 changed files with 451 additions and 451 deletions

View File

@ -62,7 +62,7 @@ function! s:markdown_room()
exec( "hi StatusLineNC " . l:highlightfgbgcolor ) exec( "hi StatusLineNC " . l:highlightfgbgcolor )
endfunction endfunction
function! g:zenroom_goyo_before() function! g:Zenroom_goyo_before()
if !has("gui_running") if !has("gui_running")
return return
endif endif
@ -73,7 +73,7 @@ function! g:zenroom_goyo_before()
endif endif
endfunction endfunction
function! g:zenroom_goyo_after() function! g:Zenroom_goyo_after()
if !has("gui_running") if !has("gui_running")
return return
endif endif
@ -87,4 +87,4 @@ function! g:zenroom_goyo_after()
endif endif
endfunction endfunction
let g:goyo_callbacks = [ function('g:zenroom_goyo_before'), function('g:zenroom_goyo_after') ] let g:goyo_callbacks = [ function('g:Zenroom_goyo_before'), function('g:Zenroom_goyo_after') ]