Re: RFC: Support for customizing the text displayed in the quickfix window

2019-12-30 Fir de Conversatie skywind3000
Or use one of: set qbe=* set qbe=$ set qbe=- set qbe=? to distinguish from function names ?? 在 2019年12月31日星期二 UTC+8上午2:20:37,skywind3000写道: > > Please provide a `raw` reserved option for qfbufexpr, and if it is > initialized as: > > set qbe=raw > > Just keep the original

Re: RFC: Support for customizing the text displayed in the quickfix window

2019-12-30 Fir de Conversatie skywind3000
Please provide a `raw` reserved option for qfbufexpr, and if it is initialized as: set qbe=raw Just keep the original text and don't run any filter function ?? for the speed purpose. And I don't need to write a function! ReturnAsItIs(is_qf, qfid, eidx) if a:isqf

RFC: Support for customizing the text displayed in the quickfix window

2019-12-30 Fir de Conversatie Yegappan Lakshmanan
Hi all, I have seen several requests for customizing the text displayed in the quickfix window. I am attaching the updates to the help text for adding a new "qfbufexpr" option that will support this. Any comments and suggestions on this approach? Regards, Yegappan diff --git