Files
neovim/test
glepnir 2dc0efccb0 fix(snippet): cancel session on <Esc> in Select mode #39238
Problem: <Esc> in a Select-mode tabstop leaves the session and highlight active.
CursorMoved isn’t triggered since the cursor doesn’t move.

Solution: use ModeChanged (s:n) instead. Defer with vim.schedule() to avoid transient
s:n from jump().
2026-05-10 09:19:12 -04:00
..
2026-05-07 10:36:48 +02:00
2026-04-22 18:25:07 -04:00
2026-04-22 18:25:07 -04:00