Преглед изворни кода

remove nobuflisted

Closes #4.
Marco Hinz пре 12 година
родитељ
комит
4cf9947345
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      plugin/startify.vim

+ 1 - 1
plugin/startify.vim

@@ -26,7 +26,7 @@ command! -nargs=? -bar -complete=customlist,startify#get_session_names SLoad cal
 " Function: s:start {{{1
 function! s:start() abort
   setfiletype startify
-  setlocal nonumber nobuflisted buftype=nofile
+  setlocal nonumber buftype=nofile
   if v:version >= 703
     setlocal norelativenumber
   endif