From 98aaf4e70c8286a7c0b8c1b3e63862041872c8d3 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Fri, 19 Jul 2013 01:51:02 +0200 Subject: [PATCH] Use blank statusline --- autoload/startify.vim | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/autoload/startify.vim b/autoload/startify.vim index 9161aad..38eb9eb 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -28,7 +28,8 @@ function! startify#insane_in_the_membrane() abort endif endfor endif - setlocal nonumber noswapfile nolist bufhidden=wipe + + setlocal nonumber noswapfile nolist bufhidden=wipe statusline=\ if (v:version >= 703) setlocal norelativenumber endif @@ -41,13 +42,11 @@ function! startify#insane_in_the_membrane() abort let s:offset_header += len(g:startify_custom_header) endif - let sep = startify#get_separator() - let cnt = 0 - if s:show_special call append('$', ' [e] ') endif + let cnt = 0 if s:show_dir let cnt = s:show_dir(cnt) endif