Let's say we have the following skippet: k.snippet: ``` :${1:} => ${2:$1} ``` Key sequence: `ik<Tab>hello<Tab>` should: - enter insert mode - expand the snippet - fill in first value - set second value default to first value - highlight second value, but it is not