On 7/22/06, Ilya <[EMAIL PROTECTED]> wrote:
Nikolai Weibull wrote:
> So the addition of %-G%.%# to exclude anything but the defined formats > from the listing saves us the trouble of seeing useless compiler > command-lines in the list of changes.
If this is really such a drastic change, then maybe you could make it optional? So that one who likes (or dislikes) pressing enter could add let g:compiler_gcc_show_success_lines = 1 (or let g:compiler_gcc_hide_success_lines = 1) to his or her .vimrc to have desired behavior.
Yes, that's certainly a way of doing it. Anyone have any more input? I guess to stay with how things have worked we should use g:compiler_gcc_hide_success_lines. Also, am I the only one annoyed by having to deal with the extra lines after a successful compile? nikolai