Skip to content

Commit

Permalink
Moved window size into .gvimrc.local and removed the splitsize plugin…
Browse files Browse the repository at this point in the history
…, as it caused more problems than it was worth
  • Loading branch information
Joe Ferris committed Aug 4, 2009
1 parent 5610e94 commit 991d3aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 35 deletions.
13 changes: 6 additions & 7 deletions gvimrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
" Window size
set winwidth=85
let g:halfsize = 86
let g:fullsize = 171
set lines=50
let &columns = g:halfsize

" Font
set guifont=Monaco:h15.00

Expand All @@ -16,3 +9,9 @@ set guioptions-=T

" Use console dialogs
set guioptions+=c

" Local config
if filereadable(".gvimrc.local")
source .gvimrc.local
endif

28 changes: 0 additions & 28 deletions vim/plugin/splitsize.vim

This file was deleted.

0 comments on commit 991d3aa

Please sign in to comment.