comparison runtime/doc/quickfix.txt @ 14864:40ef13331e02

Update runtime files. commit https://github.com/vim/vim/commit/95bafa296ae97bf420d5c74dd6db517b404c5df7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 2 13:26:25 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Oct 2018 13:30:07 +0200
parents 0ecb909e3249
children 2b30a2b4bde2
comparison
equal deleted inserted replaced
14863:ddb5bfb4114d 14864:40ef13331e02
1549 :set mp=make\ \\\|&\ error_filter 1549 :set mp=make\ \\\|&\ error_filter
1550 The backslashes before the pipe character are required to avoid it to be 1550 The backslashes before the pipe character are required to avoid it to be
1551 recognized as a command separator. The backslash before each space is 1551 recognized as a command separator. The backslash before each space is
1552 required for the set command. 1552 required for the set command.
1553 1553
1554 *cfilter-plugin* 1554 *cfilter-plugin* *Cfilter* *Lfilter*
1555 If you have too many matching messages, you can use the cfilter plugin to 1555 If you have too many matching messages, you can use the cfilter plugin to
1556 reduce the number of entries. Load the plugin with: > 1556 reduce the number of entries. Load the plugin with: >
1557 packadd cfilter 1557 packadd cfilter
1558 1558
1559 Then you can use these command: > 1559 Then you can use these command: >