Warn if :StartifyDebug is run outside Startify buffer
This commit is contained in:
parent
7f910ed436
commit
0c23b67dbf
|
@ -395,6 +395,8 @@ function! startify#debug()
|
|||
for k in sort(keys(b:startify.entries))
|
||||
echomsg '['. k .'] = '. string(b:startify.entries[k])
|
||||
endfor
|
||||
else
|
||||
echomsg 'This is no Startify buffer!'
|
||||
endif
|
||||
endfunction
|
||||
|
||||
|
|
Loading…
Reference in a new issue