From 6a70dfe99a84641d5e72e4d49fde85e59b0890f3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Jul 2013 23:20:10 +1200 Subject: Observe VimL convention of two-space indents --- vim/gvimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/gvimrc') diff --git a/vim/gvimrc b/vim/gvimrc index 09ff824f..9b6c8848 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! set guifont=Ubuntu\ Mono\ 12 else - silent! set guifont=Consolas:h11 + silent! set guifont=Consolas:h11 endif " Use the system GUI clipboard; use console dialogs instead of popup windows; -- cgit v1.2.3