diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-06-24 02:35:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-24 02:35:25 +0200 |
commit | 7d604a1e6158cda79f7ac485e0ef0e349014f8bf (patch) | |
tree | 4234b4bc08bfa6023b91f385642d899266bc825a /runtime | |
parent | 9fd4a0b52697db053143f51822e68da95c6886aa (diff) | |
parent | fa3db26f100bcb1c27b62b491bd63aed0800795b (diff) | |
download | rneovim-7d604a1e6158cda79f7ac485e0ef0e349014f8bf.tar.gz rneovim-7d604a1e6158cda79f7ac485e0ef0e349014f8bf.tar.bz2 rneovim-7d604a1e6158cda79f7ac485e0ef0e349014f8bf.zip |
Merge #10294 from janlazo/vim-8.0.1239
vim-patch:8.0.1239,8.1.{112,125,165,166,167,169,181,242,270,272,747,850,853,1519}
Diffstat (limited to 'runtime')
-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 d20a91dc2d..7b9c418a46 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1257,7 +1257,7 @@ to the file. Changing directory The following uppercase conversion characters specify the type of special -format strings. At most one of them may be given as a prefix at the begin +format strings. At most one of them may be given as a prefix at the beginning of a single comma-separated format pattern. Some compilers produce messages that consist of directory names that have to be prepended to each file name read by %f (example: GNU make). The following |