skywind wrote:

> Since redirecting the job output to quickfix, I need quickfix window
> can scroll to the last line when a new text line added to quickfix. 
> 
> So I can always see the latest output of a long time running job in
> realtime.
> 
> Previously I used `clast` after `caddexpr` in the job callback to
> scroll quickfix but it alway open the last error in the new tab.
> 
> Is there a way I can just only scroll quickfix without open the last error ?

You can use
        :copen 
        $
        {jump back to original window}

Note that recent changes were made to avoid updating the screen each
time, because it was slow.  These commands will make it slow again.
You could use a timer to postpone the scrolling or only update once in
so many times.

-- 
hundred-and-one symptoms of being an internet addict:
56. You leave the modem speaker on after connecting because you think it
    sounds like the ocean wind...the perfect soundtrack for "surfing the net".

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui