:StartifyDebug should never fail
This commit is contained in:
parent
06b117451a
commit
f98dba25f2
|
@ -340,9 +340,11 @@ endfunction
|
||||||
|
|
||||||
" Function: startify#debug {{{1
|
" Function: startify#debug {{{1
|
||||||
function! startify#debug()
|
function! startify#debug()
|
||||||
for k in sort(keys(s:entries))
|
if exists('s:entries')
|
||||||
echomsg '['. k .'] = '. string(s:entries[k])
|
for k in sort(keys(s:entries))
|
||||||
endfor
|
echomsg '['. k .'] = '. string(s:entries[k])
|
||||||
|
endfor
|
||||||
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Function: #open_buffers {{{1
|
" Function: #open_buffers {{{1
|
||||||
|
|
Loading…
Reference in a new issue