1
- *quickfix.txt* For Vim version 9.1. Last change: 2023 Jan 18
1
+ *quickfix.txt* For Vim version 9.1. Last change: 2024 Apr 28
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -287,7 +287,8 @@ processing a quickfix or location list command, it will be aborted.
287
287
current window is used instead of the quickfix list.
288
288
289
289
*:cb* *:cbuffer* *E681*
290
- :cb[uffer][!] [bufnr] Read the error list from the current buffer.
290
+ :[range] cb[uffer][!] [bufnr]
291
+ Read the error list from the current buffer.
291
292
When [bufnr] is given it must be the number of a
292
293
loaded buffer. That buffer will then be used instead
293
294
of the current buffer.
@@ -296,26 +297,31 @@ processing a quickfix or location list command, it will be aborted.
296
297
See | :cc | for [!].
297
298
298
299
*:lb* *:lbuffer*
299
- :lb[uffer][!] [bufnr] Same as ":cbuffer", except the location list for the
300
+ :[range] lb[uffer][!] [bufnr]
301
+ Same as ":cbuffer", except the location list for the
300
302
current window is used instead of the quickfix list.
301
303
302
304
*:cgetb* *:cgetbuffer*
303
- :cgetb[uffer] [bufnr] Read the error list from the current buffer. Just
305
+ :[range] cgetb[uffer] [bufnr]
306
+ Read the error list from the current buffer. Just
304
307
like ":cbuffer" but don't jump to the first error.
305
308
306
309
*:lgetb* *:lgetbuffer*
307
- :lgetb[uffer] [bufnr] Same as ":cgetbuffer", except the location list for
310
+ :[range] lgetb[uffer] [bufnr]
311
+ Same as ":cgetbuffer", except the location list for
308
312
the current window is used instead of the quickfix
309
313
list.
310
314
311
315
*:cad* *:cadd* *:caddbuffer*
312
- :cad[dbuffer] [bufnr] Read the error list from the current buffer and add
316
+ :[range] cad[dbuffer] [bufnr]
317
+ Read the error list from the current buffer and add
313
318
the errors to the current quickfix list. If a
314
319
quickfix list is not present, then a new list is
315
320
created. Otherwise, same as ":cbuffer".
316
321
317
322
*:laddb* *:laddbuffer*
318
- :laddb[uffer] [bufnr] Same as ":caddbuffer", except the location list for
323
+ :[range] laddb[uffer] [bufnr]
324
+ Same as ":caddbuffer", except the location list for
319
325
the current window is used instead of the quickfix
320
326
list.
321
327
@@ -1321,6 +1327,15 @@ If Vim was started from the compiler, the :sh and some :! commands will not
1321
1327
work, because Vim is then running in the same process as the compiler and
1322
1328
stdin (standard input) will not be interactive.
1323
1329
1330
+ PANDOC *quickfix-pandoc* *compiler-pandoc*
1331
+
1332
+ The Pandoc compiler plugin expects that an output file type extension is
1333
+ passed to make, say :make html or :make pdf.
1334
+
1335
+ Additional arguments can be passed to pandoc:
1336
+
1337
+ - either by appending them to make, say `:make html --self-contained` .
1338
+ - or setting them in `b: pandoc_compiler_args ` or `g: pandoc_compiler_args `
1324
1339
1325
1340
PERL *quickfix-perl* *compiler-perl*
1326
1341
0 commit comments