add guifont
This commit is contained in:
parent
cc2bbf379e
commit
0c0360dcca
1 changed files with 5 additions and 0 deletions
|
@ -121,3 +121,8 @@ augroup Binary
|
|||
au BufWritePost *.bin if &bin | %!xxd
|
||||
au BufWritePost *.bin set nomod | endif
|
||||
augroup END
|
||||
|
||||
" if use gvim then change guifont
|
||||
if has('gui_running')
|
||||
set guifont=Lucida_Console:h12
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue