1
0
Fork 0
mirror of synced 2024-07-02 21:41:09 -04:00

add guifont

This commit is contained in:
Tiande 2016-04-12 22:34:26 +08:00
parent cc2bbf379e
commit 0c0360dcca

View file

@ -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