comparison runtime/doc/quickfix.txt @ 17667:95c23e180022

Update runtime files. commit https://github.com/vim/vim/commit/088e8e3443520dec91a384081e66445a104810bb Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 8 22:15:18 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Aug 2019 22:30:08 +0200
parents ca8e754bdd53
children 6d11fc4aa683
comparison
equal deleted inserted replaced
17666:460af4da8fa6 17667:95c23e180022
1 *quickfix.txt* For Vim version 8.1. Last change: 2019 Jul 15 1 *quickfix.txt* For Vim version 8.1. Last change: 2019 Aug 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1349 Keep in mind that in the `:make` and `:grep` output all NUL characters are 1349 Keep in mind that in the `:make` and `:grep` output all NUL characters are
1350 replaced with SOH (0x01). 1350 replaced with SOH (0x01).
1351 1351
1352 Note: By default the difference between upper and lowercase is ignored. If 1352 Note: By default the difference between upper and lowercase is ignored. If
1353 you want to match case, add "\C" to the pattern |/\C|. 1353 you want to match case, add "\C" to the pattern |/\C|.
1354
1355 Vim will read lines of any length, but only the first 4095 bytes are used, the
1356 rest is ignored. Items can only be 1023 bytes long.
1354 1357
1355 1358
1356 Basic items 1359 Basic items
1357 1360
1358 %f file name (finds a string) 1361 %f file name (finds a string)