comparison runtime/doc/quickfix.txt @ 23931:5b37a0bf7e3a

Update runtime files Commit: https://github.com/vim/vim/commit/942db23c9cb7532d68048530d749eb84ca94d0cd Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 13 18:14:48 2021 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Feb 2021 18:15:04 +0100
parents 0db0640e16e0
children 192058cad081
comparison
equal deleted inserted replaced
23930:4997281ea56c 23931:5b37a0bf7e3a
1 *quickfix.txt* For Vim version 8.2. Last change: 2020 May 31 1 *quickfix.txt* For Vim version 8.2. Last change: 2021 Feb 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1023 'ignorecase' applies. To overrule it put |/\c| in the 1023 'ignorecase' applies. To overrule it put |/\c| in the
1024 pattern to ignore case or |/\C| to match case. 1024 pattern to ignore case or |/\C| to match case.
1025 'smartcase' is not used. 1025 'smartcase' is not used.
1026 If {pattern} is empty (e.g. // is specified), the last 1026 If {pattern} is empty (e.g. // is specified), the last
1027 used search pattern is used. |last-pattern| 1027 used search pattern is used. |last-pattern|
1028
1029 |QuickFixCmdPre| and |QuickFixCmdPost| are triggered.
1030 A file that is opened for matching may use a buffer
1031 number, but it is reused if possible to avoid
1032 consuming buffer numbers.
1033
1028 :{count}vim[grep] ... 1034 :{count}vim[grep] ...
1029 When a number is put before the command this is used 1035 When a number is put before the command this is used
1030 as the maximum number of matches to find. Use 1036 as the maximum number of matches to find. Use
1031 ":1vimgrep pattern file" to find only the first. 1037 ":1vimgrep pattern file" to find only the first.
1032 Useful if you only want to check if there is a match 1038 Useful if you only want to check if there is a match