After actually using it, this is better (e.g. it works)

if has("profile")
let g:syntime_report=''
fun! SynTime(eng)
      syn clear 
      exe 'set re='.a:eng 
      edit!
      syntime on 
      redraw!
      redraw!
      redraw!
      redraw!
      redir =>> g:syntime_report
      echom "Engine" a:eng
      syntime report 
      syntime off 
      redir END
endfun

fun! DoSynTime()
        let g:syntime_report='' 
        call SynTime(1)
        call SynTime(2)
        echom g:syntime_report
endfun

command! -nargs=0 SynTime : call DoSynTime()

endif

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Raspunde prin e-mail lui