mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
## 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. --> |
||
|---|---|---|
| .. | ||
| snacks | ||
| trouble/sources | ||