diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 08:43:13 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 09:17:43 +0100 |
commit | c05b0d8ec7a29b29ca36a78041cb67eefc146b30 (patch) | |
tree | 6d4397f7f59f29ca6a8986b68b6fec50d9447662 /runtime/doc/quickfix.txt | |
parent | 875a1bcf0adb2c223e80c492ee102d322774fd46 (diff) | |
download | rneovim-c05b0d8ec7a29b29ca36a78041cb67eefc146b30.tar.gz rneovim-c05b0d8ec7a29b29ca36a78041cb67eefc146b30.tar.bz2 rneovim-c05b0d8ec7a29b29ca36a78041cb67eefc146b30.zip |
vim-patch:85eee130f44a
Update runtime files.
https://github.com/vim/vim/commit/85eee130f44a2201d88ca2aeff0af3b11dd75fa9
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r-- | runtime/doc/quickfix.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index bedea92167..c6b2653d87 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1240,7 +1240,7 @@ or > to indicate the column of the error. This is to be used in a multi-line error message. See |errorformat-javac| for a useful example. -The "%s" conversion specifies the text to search for to locate the error line. +The "%s" conversion specifies the text to search for, to locate the error line. The text is used as a literal string. The anchors "^" and "$" are added to the text to locate the error line exactly matching the search text and the text is prefixed with the "\V" atom to make it "very nomagic". The "%s" |