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