]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(doc): fix return type in getqflist() and getloclist()
authorMao-Yining <101858210+mao-yining@users.noreply.github.com>
Sat, 17 Jan 2026 10:03:52 +0000 (10:03 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 17 Jan 2026 10:03:52 +0000 (10:03 +0000)
commit745335c876b6e7a164f4e3443f90e67908004e49
treebf278abfc5b545c45a49c2ef5ed39dd4ebc97788
parent8211f556dfef571f418f0597cbb6bf8556621814
runtime(doc): fix return type in getqflist() and getloclist()

Problem: `call getqflist({})` will return `{}`, which is type dict<any>
Solution: fix it in the document.

closes: #19197

Signed-off-by: Mao-Yining <101858210+mao-yining@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt