You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a mirror tab stop is placed within a placeholder, its value is correctly mirrored correctly from the tab stop it refers to, but its parent placeholder's bounds aren't updated to include the mirrored value.
Steps to reproduce
Define a Lua snippet like local ${1:module} = ${2:$1}.
Expand the snippet.
Change the first value to 'snippy'
Jump to the next placeholder.
Expected behavior
Neovim should be in select mode and the word 'snippy' should become selected.
Actual behavior
Cursor is placed after the the mirrored word 'snippy' in insert mode.
The text was updated successfully, but these errors were encountered:
When a mirror tab stop is placed within a placeholder, its value is correctly mirrored correctly from the tab stop it refers to, but its parent placeholder's bounds aren't updated to include the mirrored value.
Steps to reproduce
local ${1:module} = ${2:$1}
.Expected behavior
Neovim should be in select mode and the word 'snippy' should become selected.
Actual behavior
Cursor is placed after the the mirrored word 'snippy' in insert mode.
The text was updated successfully, but these errors were encountered: