Marco Hinz пре 12 година
родитељ
комит
77a14e70a8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      autoload/startify.vim

+ 1 - 1
autoload/startify.vim

@@ -77,7 +77,7 @@ function! startify#insane_in_the_membrane() abort
   nnoremap <buffer><silent> v             :call <SID>set_mark('V')<cr>
   nnoremap <buffer>         <cr>          :call <SID>open_buffers(expand('<cword>'))<cr>
   nnoremap <buffer>         <2-LeftMouse> :execute 'normal '. matchstr(getline('.'), '\w\+')<cr>
-  nnoremap <buffer>         q
+  nnoremap <buffer><silent> q
         \ :if (len(filter(range(0, bufnr('$')), 'buflisted(v:val)')) > 1) <bar>
         \   bd <bar>
         \ else <bar>