aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/gvimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/gvimrc b/vim/gvimrc
index 286b84ba..33ee592e 100644
--- a/vim/gvimrc
+++ b/vim/gvimrc
@@ -2,9 +2,9 @@
" these are both workable monospace fonts, but Ubuntu Mono doesn't render very
" nicely on Windows a lot of the time
if has('unix')
- silent! set guifont=Ubuntu\ Mono\ 12
+ silent! let &guifont = 'Ubuntu Mono 12'
else
- silent! set guifont=Consolas:h11
+ silent! let &guifont = 'Consolas:h11'
endif
" Use the system GUI clipboard; use console dialogs instead of popup windows;