remove nobuflisted

Closes #4.
This commit is contained in:
Marco Hinz 2013-04-25 00:19:39 +02:00
parent 84acc480b3
commit 4cf9947345

View file

@ -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