Skip to content

Commit

Permalink
Fixed the status line.
Browse files Browse the repository at this point in the history
It seems that the gui=NONE declaration did have a purpose after all :-/
  • Loading branch information
nelstrom committed Sep 20, 2010
1 parent 07f7210 commit 4283083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/mac_classic.vim
Expand Up @@ -55,7 +55,7 @@ hi Folded guifg=#0066FF guibg=#FFFFFF

" StatusLine: {{{1
hi StatusLine guifg=#000000 guibg=#C6DEFF gui=italic
hi StatusLineNC guifg=#000000 guibg=#EFEFEF
hi StatusLineNC guifg=#000000 guibg=#EFEFEF gui=NONE

" Search: {{{1
" [IncSearch is stronger than Search]
Expand Down

0 comments on commit 4283083

Please sign in to comment.