From ee674f99a8fa96e9a300ebd98062f110c9de924b Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 2 Jun 2015 09:35:42 +0200 Subject: [PATCH] Register e/q even if special is disabled --- autoload/startify.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/startify.vim b/autoload/startify.vim index 6c969da..546e562 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -74,8 +74,8 @@ function! startify#insane_in_the_membrane() abort if s:show_special call append('$', [' [e] ', '']) - call s:register(line('$')-1, 'e', 'special', 'enew', '') endif + call s:register(line('$')-1, 'e', 'special', 'enew', '') let s:entry_number = 0 if filereadable('Session.vim') @@ -117,8 +117,8 @@ function! startify#insane_in_the_membrane() abort if s:show_special call append('$', ['', ' [q] ']) - call s:register(line('$'), 'q', 'special', 'call s:close()', '') endif + call s:register(line('$'), 'q', 'special', 'call s:close()', '') " compute first line offset let s:firstline = 2