Friday, August 26, 2011

Re: display faster output of external app

In the same way, my RUN loop is moving cursor through the file to
process each line.

" loop cmd or item read
while s:lnum <= line("$")


"move cursor to the current line
exe "".s:lnum

" launch OPC Client
call MyMainFunc()


endwhile

Is there a faster way to do the same ?
Thank you

--
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

No comments: