diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-07-21 23:20:10 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-07-21 23:20:10 +1200 |
commit | 6a70dfe99a84641d5e72e4d49fde85e59b0890f3 (patch) | |
tree | 2130c3fe35782abc68b399fafe7ec32ca4a29d3b /vim/gvimrc | |
parent | Dropped a newline (diff) | |
download | dotfiles-6a70dfe99a84641d5e72e4d49fde85e59b0890f3.tar.gz dotfiles-6a70dfe99a84641d5e72e4d49fde85e59b0890f3.zip |
Observe VimL convention of two-space indents
Diffstat (limited to 'vim/gvimrc')
-rw-r--r-- | vim/gvimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |