Files
neovim/runtime/lua
Nathan Zeng 39862231b2 fix(snippet): cancel session on ESC in insert-mode #41555
Problem:
If a snippet does not have a placeholder, we use insert mode instead of
select mode. From here <Esc> leaves the session and highlight active.

Solution:
Cancel the session on <Esc>.
2026-08-30 08:32:55 -04:00
..
2026-03-16 10:29:58 +01:00
2025-02-09 18:10:54 +01:00