comparison runtime/tools/ccfilter.1 @ 14999:2b30a2b4bde2

Update runtime files commit https://github.com/vim/vim/commit/ba3ff539303c7bb6e46a6802dce3c7b2e55284e0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 4 14:45:49 2018 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Nov 2018 15:00:08 +0100
parents 3fc0f57ecb91
children
comparison
equal deleted inserted replaced
14998:921dcc025fc7 14999:2b30a2b4bde2
21 and/or multiple line error messages (with the relevant information on 21 and/or multiple line error messages (with the relevant information on
22 line 2), which makes it impossible for the errorformat to correctly 22 line 2), which makes it impossible for the errorformat to correctly
23 display them ! 23 display them !
24 24
25 When working on different platforms, and with different compilers, 25 When working on different platforms, and with different compilers,
26 ccfilter eases the utilization of quickfix, due to it's standardized 26 ccfilter eases the utilization of quickfix, due to its standardized
27 output, allowing to have in .vimrc a plain 27 output, allowing to have in .vimrc a plain
28 .br 28 .br
29 .B \ \ \ \ :set\ errorformat=%f:%l:%c:%t:%m 29 .B \ \ \ \ :set\ errorformat=%f:%l:%c:%t:%m
30 30
31 .SH USAGE 31 .SH USAGE