ctags - How do I create a Vim function-list inside quick-fix window? -


is there way put functions defined in current buffer quick-fix list? imagine tlist (from taglist plugin) opened in quick-fix window.

  1. create expression returns list want. eg:

    let cmd='exctags -x '.bufname('%')." | awk '{print $4\"|\"$3\"|\",$1}'" 
  2. feed cexpr or cgetexpr

    cexpr system(cmd) 

Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -