mirror of
https://github.com/neovim/neovim.git
synced 2025-11-13 13:59:16 +00:00
The cursor movement autocommand can not detect when the final tabstop $0 is directly adjacent to another tabstop, which prevents ending the snippet session. The fix is an early return when jumping.