Nodes are skipped in long snippets when nested expansion #1324
Replies: 2 comments 1 reply
-
Odd! |
Beta Was this translation helpful? Give feedback.
-
After some experimentation, this problem doesn't happen if the Maybe this is related: #1288. In this issue, it is explained that nested expansion will consume the character before the child snippet so that the parent snippet is broken. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following snippet file:
If I type
tshort
ortlong
, then I can skip through the InsertNodes as usual with<Tab>
. However, if I typetshort
and then expandie
in the first node (or any snippet, for that matter), pressing<Tab>
inserts a literal tab character instead of jumping to the next node. This problem doesn't appear when usingtlong
, so I suspect that the length of the node is a problem.Is this a bug? Or should I fix something?
Beta Was this translation helpful? Give feedback.
All reactions