[vim/vim] runtime(doc): fix return type in getqflist() and getloclist() (PR #19197)

1 view
Skip to first unread message

Mao-Yining

unread,
Jan 17, 2026, 3:19:04 AMJan 17
to vim/vim, Subscribed

Problem: call getqflist({}) will return {}.
Solution: fix it in the document.

Does [] is list<dict<any>>? Or these should be list<dict<any>> or list<any> or dict<any>? If it is, please directly modify the document.


You can view, comment on, or merge this pull request online at:

  https://github.com/vim/vim/pull/19197

Commit Summary

  • ce38d9b runtime(doc): fix return type in getqflist() and getloclist()

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/19197@github.com>

Christian Brabandt

unread,
Jan 17, 2026, 5:03:26 AMJan 17
to vim/vim, Subscribed
chrisbra left a comment (vim/vim#19197)

Thanks. echo typename(getqflist({})) returns dict<any>, so that it should be


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/19197/c3762976984@github.com>

Christian Brabandt

unread,
Jan 17, 2026, 5:05:37 AMJan 17
to vim/vim, Subscribed

Closed #19197 via 745335c.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/19197/issue_event/22111656823@github.com>

Reply all
Reply to author
Forward
0 new messages