canola.nvim/doc
Barrett Ruth 7a46246062
fix: escape on save prompt cancels select (#76)
Problem: when `prompt_save_on_select_new_entry` is enabled and the user
presses Escape on the "Save changes?" confirm dialog, `vim.fn.confirm`
returns 0, but the select continued as if the user had chosen "No".

Solution: add an explicit `choice == 0` branch that returns immediately,
aborting the select without saving or opening any files.
2026-03-06 16:28:57 -05:00
..
canola.txt feat: emit CanolaFileCreated autocmd on file creation (#75) 2026-03-06 15:54:01 -05:00
upstream.md fix: escape on save prompt cancels select (#76) 2026-03-06 16:28:57 -05:00