]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2064: cannot use buffer-number for errorformat v9.0.2064
authorYegappan Lakshmanan <yegappan@yahoo.com>
Wed, 25 Oct 2023 18:50:28 +0000 (20:50 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 25 Oct 2023 18:50:28 +0000 (20:50 +0200)
commitb731800522af00fd348814d33a065b92e698afc3
tree7607eb64e4a8475a13341590ac6cd7bd7f2f499d
parent5985879e3c36383155f84649fa42d06813a1893e
patch 9.0.2064: cannot use buffer-number for errorformat

Problem:  cannot use buffer-number for errorformat
Solution: add support for parsing a buffer number using '%b' in
          'errorformat'

closes: #13419

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
runtime/doc/quickfix.txt
runtime/doc/todo.txt
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c