vpager icon indicating copy to clipboard operation
vpager copied to clipboard

-Q mode without VPAGER buffer?

Open andymass opened this issue 6 years ago • 1 comments

I'd like to use vpager's -Q mode for terminal replacements of ":make" and ":grep." My issue is with the VPAGER buffer, which is rather redundant in this use case. Ideally, vpager would not open any new windows, only populate the error list (should not copen either). Additionally, grep seems quite slow, which might be caused by writing to the VPAGER buffer (but I'm not sure).

Is it possible to skip the buffer creation?

andymass avatar May 26 '19 13:05 andymass

On So, 26 Mai 2019, Andy Massimino wrote:

I'd like to use vpager's -Q mode for terminal replacements of ":make" and ":grep." My issue is with the VPAGER buffer, which is rather redundant in this use case. Ideally, vpager would not open any new windows, only populate the error list (should not copen either). Additionally, grep seems quite slow, which might be caused by writing to the VPAGER buffer (but I'm not sure).

Is it possible to skip the buffer creation?

I'll have a look. In theory it should be possible, but it might get hairy if one needs to support different compiler output.

Best, Christian

Zehn Deutsche sind blöder als fünf Deutsche. -- Heiner Müller

chrisbra avatar May 26 '19 18:05 chrisbra