redraw statusline after refreshing

This commit is contained in:
Kien N 2011-09-09 13:19:47 +07:00
parent 253ccf9d82
commit 945f3928d5

View File

@ -502,6 +502,7 @@ endfunc
func! s:PrtClearCache()
cal ctrlp#clearallcaches()
sil! cal s:SetLines(s:itemtype)
cal s:statusline()
cal s:BuildPrompt()
endfunc
"}}}