File tree Expand file tree Collapse file tree 2 files changed +25
-6
lines changed Expand file tree Collapse file tree 2 files changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,12 @@ This command has two modes:
39
39
*--output-format*=_format_::
40
40
Customize how errors are printed. _format_ is one of the following:
41
41
+
42
- pass:[-] *gnu-like* (default): a human-readable format similar to GCC.
43
- +
44
- pass:[-] *vim-qflist-json*: machine-readable JSON which can be given to Vim's _setqflist_ function.
45
- +
42
+ --
43
+ - *gnu-like* (default): a human-readable format similar to GCC.
44
+ - *vim-qflist-json*: machine-readable JSON which can be given to Vim's _setqflist_ function.
45
+
46
46
Incompatible with *--lsp-server*.
47
+ --
47
48
48
49
*--vim-file-bufnr*=_number_::
49
50
Set the _bufnr_ property for errors printed with the *--output-format=vim-qflist-json* option.
Original file line number Diff line number Diff line change @@ -65,9 +65,27 @@ Use this mode to integrate with code editors supporting LSP.
65
65
.RS 4
66
66
Customize how errors are printed. \fI format \fP is one of the following:
67
67
.sp
68
- \- \fB gnu \- like \fP (default): a human\- readable format similar to GCC.
68
+ .RS 4
69
+ .ie n \{\
70
+ \h '-04' \(bu \h '+03' \c
71
+ .\}
72
+ .el \{\
73
+ . sp -1
74
+ . IP \(bu 2.3
75
+ .\}
76
+ \fB gnu \- like \fP (default): a human\- readable format similar to GCC.
77
+ .RE
69
78
.sp
70
- \- \fB vim \- qflist \- json \fP : machine\- readable JSON which can be given to Vim\(cq s \fI setqflist \fP function.
79
+ .RS 4
80
+ .ie n \{\
81
+ \h '-04' \(bu \h '+03' \c
82
+ .\}
83
+ .el \{\
84
+ . sp -1
85
+ . IP \(bu 2.3
86
+ .\}
87
+ \fB vim \- qflist \- json \fP : machine\- readable JSON which can be given to Vim\(cq s \fI setqflist \fP function.
88
+ .RE
71
89
.sp
72
90
Incompatible with \fB \-\- lsp \- server \fP .
73
91
.RE
You can’t perform that action at this time.
0 commit comments