snacks.nvim/lua
Mohamed Boussaffa 6af1e76758
fix(picker.qflist): error with qflist picker when the list contains invalid items (#2293)
## Description

There is an issue with the quick fix list picker
This happens when list contains some incomplete or invalid items.
The fallback mechanism in the picker have 2 typos that trigger an error
trap

* The item line number field is item.lnum and not item.line
* A check is done on item.text twice in the same if condition, it should
to item.text and item.lnum

## Related Issue(s)

<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->
2025-10-20 20:09:08 +02:00
..
snacks fix(picker.qflist): error with qflist picker when the list contains invalid items (#2293) 2025-10-20 20:09:08 +02:00
trouble/sources Revert "feat: test" 2025-02-14 22:13:38 +01:00