Monday, June 6, 2011

Re: Quickfix contents disappears and interface not refreshed

Any update on it? I have same issue.

On May 14, 9:24 pm, Mehdi Yousfi-Monod <mehdi.you...@gmail.com> wrote:
> Hello,
>
> I'm new to vim and I'm trying to make pylint work.
> I'm not sure if I have a bug or a configuration issue, and I haven't
> found any similar bug report on the Web. I've attached the generated
> bugreport.txt file.
>
> I'm using pylint 0.23 (pip install pylint) and the vim plugin
> (pylint.vim 0.4.0 in ~/.vim/compiler).
>
> (1) When I save my python buffer, the quickfix window appears with the
> list of errors but its contents disappears after approximately 4
> seconds, leaving empty lines (~).
>
> (2) If I disable the calling of Pylint every time a buffer is saved
> (let g:pylint_onwrite = 0) and launch pylint by hand (:Pylint), then
> my shell screen is displayed during 1 second and when vim's interface
> is back, I have the Quickfix window open and active, but the contents
> of the code window is black.
> I can see my code again by refreshing the interface (Control + L).
> As long as I stay in the quickfix window, its contents doesn't disappear.
> If I activate my code window (Control W + up), then I lose the
> quickfix's contents like in (1).
>
> (3) If I manually launch pylint from my window code while the quickfix
> is open, then I works like in (1).
>
> Any help would be greatly appreciated.
> Best regards,
> Mehdi
>
>  bugreport.txt
> 144KViewDownload

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