From a857d838654a5e3ee585af2a2fa9630569c75b58 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 10 Jun 2013 23:32:58 +0200 Subject: [PATCH] Align code --- autoload/startify.vim | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/autoload/startify.vim b/autoload/startify.vim index d70de1b..8fa880e 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -89,12 +89,12 @@ function! startify#insane_in_the_membrane() abort setlocal nomodifiable nomodified - nnoremap e :enew - nnoremap i :enew startinsert - nnoremap b :call set_mark('B') - nnoremap s :call set_mark('S') - nnoremap v :call set_mark('V') - nnoremap :call open_buffers(expand('')) + nnoremap e :enew + nnoremap i :enew startinsert + nnoremap b :call set_mark('B') + nnoremap s :call set_mark('S') + nnoremap v :call set_mark('V') + nnoremap :call open_buffers(expand('')) nnoremap <2-LeftMouse> :execute 'normal '. matchstr(getline('.'), '\w\+') nnoremap q \ :if (len(filter(range(0, bufnr('$')), 'buflisted(v:val)')) > 1)