aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 95dd972c..63adff53 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -183,9 +183,6 @@ endif
" Configuration for window features
if has('windows')
- " Don't resize windows we're not splitting (tmux-like; think Mondrian)
- set noequalalways
-
" Split windows to the right and bottom
set splitbelow
if has('vertsplit')