From 2458c23fe9262f465706c64d9d6f4739ed31d034 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 20 Jun 2018 23:13:44 +1200 Subject: Remove unneeded 'laststatus' .vimrc set This is the default anyway. --- vim/vimrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index d2ae653a..e35ce7b3 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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 -- cgit v1.2.3