From 8bac9ab6d04a00e3804ecf831de54c2dd2f533a0 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 1 Nov 2009 04:24:23 +0100 Subject: [PATCH] vimrc: Always display the statusline. --- vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vimrc b/vimrc index 98009b8..d8ed984 100644 --- a/vimrc +++ b/vimrc @@ -117,6 +117,11 @@ if v:version >= 700 set listchars+=nbsp:! endif +" Always display the status line even if there is only one window. +if has('statusline') + set laststatus=2 +endif + " MAPPINGS (except for plugins, see PLUGIN SETTINGS below) -- 2.44.1