]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1688: cannot store custom data in quickfix list v9.0.1688
authorTom Praschan <13141438+tom-anders@users.noreply.github.com>
Fri, 11 Aug 2023 21:26:12 +0000 (23:26 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 11 Aug 2023 21:26:12 +0000 (23:26 +0200)
commitca6ac99077d2e6d020a34267aa5e0fbc4d23dc38
treee45ca226cd32378ba5d4b4a1565d15f163ae461b
parent7e0bae024d4c1673cff31763227ad52b936fa56f
patch 9.0.1688: cannot store custom data in quickfix list

Problem: cannot store custom data in quickfix list
Solution: add `user_data` field for the quickfix list

closes: #11818

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Tom Praschan <13141438+tom-anders@users.noreply.github.com>
runtime/doc/builtin.txt
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c