Ok I have done this with cursorHold autocommand but it call only one
time too my func :
set updatetime=1000
let g:startTime = reltime()
au!
autocmd CursorHold * call s:AnalysisCppCheckInfos("c:/infos.txt")
function! s:AnalysisCppCheckInfos(temp_file_name)
echo "Temps écoulé " . reltimestr(reltime(g:startTime))
endfunc
I see only one time the message.
--
You received this message from the "vim_use" 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
To unsubscribe from this group, send email to
vim_use+unsubscribegooglegroups.com or reply to this email with the words
"REMOVE ME" as the subject.