diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-12-27 23:59:26 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-12-27 23:59:26 +0100 |
commit | c8c8849267503b2d2d6d821047ee8619c7821728 (patch) | |
tree | cbba4e440cd1f18e9f5743acbd907f2169aa4f28 /runtime/doc/quickfix.txt | |
parent | 5976f8ff00efcb3e155a89346e44f2ad43d2405a (diff) | |
download | vim-git-c8c8849267503b2d2d6d821047ee8619c7821728.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r-- | runtime/doc/quickfix.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index 3d9b1f266..471c5f96e 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1,4 +1,4 @@ -*quickfix.txt* For Vim version 8.1. Last change: 2018 May 01 +*quickfix.txt* For Vim version 8.1. Last change: 2018 Dec 27 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1551,7 +1551,7 @@ The backslashes before the pipe character are required to avoid it to be recognized as a command separator. The backslash before each space is required for the set command. - *cfilter-plugin* *Cfilter* *Lfilter* + *cfilter-plugin* *:Cfilter* *:Lfilter* If you have too many matching messages, you can use the cfilter plugin to reduce the number of entries. Load the plugin with: > packadd cfilter |