Files
neovim/runtime/lua/vim
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-04-30 07:26:40 -04:00
2026-04-25 11:16:18 -04:00
2026-01-09 10:07:15 +01:00
2026-04-30 07:26:40 -04:00