diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 23:13:44 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 23:14:22 +1200 |
commit | 2458c23fe9262f465706c64d9d6f4739ed31d034 (patch) | |
tree | 58f24e6589bf07d88786da9ebe14d8461fd8db74 /vim | |
parent | Restructure indent settings in .vimrc (diff) | |
download | dotfiles-2458c23fe9262f465706c64d9d6f4739ed31d034.tar.gz dotfiles-2458c23fe9262f465706c64d9d6f4739ed31d034.zip |
Remove unneeded 'laststatus' .vimrc set
This is the default anyway.
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -245,10 +245,6 @@ set nojoinspaces " Configuration for window features if has('windows') - " Show the status in a distinct bar above the command line only if there's - " more than one window on the screen or in the current tab - set laststatus=1 - " Don't resize windows we're not splitting (Tmux-like; think Mondrian) set noequalalways |