Fix Font name

This commit is contained in:
ViViDboarder 2013-08-07 20:13:27 -07:00
parent fce66292e8
commit 5f50659a35
1 changed files with 1 additions and 2 deletions

View File

@ -152,8 +152,7 @@ if has("gui_running")
set guifont=Consolas:h10:b
elseif has("gui_macvim")
try
"set guifont=DejaVu\ Sans\ Mono\ for\ Powerline:h11
set guifont=ERROR\ Sans\ Mono\ for\ Powerline:h11
set guifont=DejaVu\ Sans\ Mono\ for\ Powerline:h11
catch
" Failed to set font
endtry