mirror of
https://github.com/neovim/neovim.git
synced 2025-12-28 17:14:54 +00:00
Problem: `on_accept` is a bit cumbersome to customize. Solution: * Before: users had to override the entire `on_accept` logic for their changes to be applied. * Now: users can modify the item and return it to apply the modified changes, or return `nil` to fully customize how the changes are applied.