pending.nvim/lua
Barrett Ruth edd1750a0e fix(init): guard view, undo, and filter against dirty buffer
Problem: `toggle_view`, `undo_write`, and `filter` all call
`buffer.render()` which rewrites the buffer from the store, silently
discarding any unsaved edits. The previous `require_saved()` change
missed these three entry points.

Solution: Add `require_saved()` to the `view` and `filter` keymap
lambdas and to `M.undo_write()`. Also guard `M.filter()` directly so
`:Pending filter` from the command line is covered too.
2026-03-06 12:00:15 -05:00
..
pending fix(init): guard view, undo, and filter against dirty buffer 2026-03-06 12:00:15 -05:00