basyura's blog

あしたになったらほんきだす。

neocomplecache#print_caching

function! neocomplcache#print_caching(string)"{{{
  if g:NeoComplCache_CachingPercentInStatusline
    let &l:statusline = a:string
    redrawstatus
  else
    redraw
"    echo a:string
  endif
endfunction"}}}

Enter を押すのがうざったいのでコメントアウトしてます。