From bafdbcaa9630873a0174cef5b4fcab02ec13a5f5 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sat, 27 Apr 2013 18:40:59 +0200 Subject: [PATCH] remove useless --- plugin/startify.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/startify.vim b/plugin/startify.vim index e563b25..aa341b7 100644 --- a/plugin/startify.vim +++ b/plugin/startify.vim @@ -89,8 +89,8 @@ function! s:insane_in_the_membrane() abort setlocal nomodifiable nomodified nnoremap e :enew - nnoremap :normal - nnoremap <2-LeftMouse> :execute 'normal '. matchstr(getline('.'), '\w\+') + nnoremap :normal + nnoremap <2-LeftMouse> :execute 'normal '. matchstr(getline('.'), '\w\+') nnoremap q \ :if len(filter(range(0, bufnr('$')), 'buflisted(v:val)')) > 1 \ bd