aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-23 00:33:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-23 00:33:20 +1200
commit63279b9d9aca72e608fd40cd1b0ec593320fdca0 (patch)
tree9962971e67f39bc97eb2b507012c2aeca38183f1
parentRemove 'wrap' disable from .vimrc (diff)
downloaddotfiles-63279b9d9aca72e608fd40cd1b0ec593320fdca0.tar.gz
dotfiles-63279b9d9aca72e608fd40cd1b0ec593320fdca0.zip
Remove 'equalalways' disable from .vimrc
Just a change in preference.
-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')