Mercurial > dotfiles
comparison vim/vimrc @ 235:ceb3f44fa2fc
Update sub-repos, make Vim maximized by default.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 03 Dec 2014 08:19:25 -0800 |
parents | 073e7e47dbeb |
children | 3a6b11d16a2a |
comparison
equal
deleted
inserted
replaced
234:627ef7152307 | 235:ceb3f44fa2fc |
---|---|
43 call pathogen#infect() | 43 call pathogen#infect() |
44 | 44 |
45 " Hide the toolbar in MacVim/gVIM, and set a nice window size. | 45 " Hide the toolbar in MacVim/gVIM, and set a nice window size. |
46 if has("gui_running") && !exists('g:resourcing_vimrc') | 46 if has("gui_running") && !exists('g:resourcing_vimrc') |
47 set guioptions=-t | 47 set guioptions=-t |
48 set lines=50 | 48 set lines=999 |
49 set columns=135 | 49 set columns=999 |
50 endif | 50 endif |
51 | 51 |
52 " }}} | 52 " }}} |
53 | 53 |
54 " General Settings {{{ | 54 " General Settings {{{ |