Просмотр исходного кода

remove now useless option g:startify_unlisted_buffer

Marco Hinz 12 лет назад
Родитель
Сommit
a8d959a737
2 измененных файлов с 0 добавлено и 12 удалено
  1. 0 9
      doc/startify.txt
  2. 0 3
      plugin/startify.vim

+ 0 - 9
doc/startify.txt

@@ -177,15 +177,6 @@ Best practices:
 - (you might want to keep 'j' and 'k' for navigation)
 
 
-============-
-
-    let g:startify_unlisted_buffer = 1
-
-Some bad plugins like minibufexpl break, when there is no listed buffer.
-People can set this variable to 0, to work around that. As a consequence the
-start screen buffer won't be removed, even after triggering an action from the
-start screen.
-
 ============-
 
     let g:startify_enable_special = 1

+ 0 - 3
plugin/startify.vim

@@ -46,9 +46,6 @@ function! s:insane_in_the_membrane() abort
   if (v:version >= 703)
     setlocal norelativenumber
   endif
-  if get(g:, 'startify_unlisted_buffer', 1)
-    setlocal nobuflisted
-  endif
   setfiletype startify
 
   let special = get(g:, 'startify_enable_special', 1)