diff options
author | L3MON4D3 <41961280+L3MON4D3@users.noreply.github.com> | 2022-06-29 18:53:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 09:53:49 -0700 |
commit | 6f6286e4f90da25a7d1b6bcc96b79b0ccbaf5c26 (patch) | |
tree | 4b7851722cd50277f4f87a8e04ef4fcbbc305a9d /test/functional/terminal/api_spec.lua | |
parent | 1eb9624666a8478d66e693c7f00fc633a6b1b8ca (diff) | |
download | rneovim-6f6286e4f90da25a7d1b6bcc96b79b0ccbaf5c26.tar.gz rneovim-6f6286e4f90da25a7d1b6bcc96b79b0ccbaf5c26.tar.bz2 rneovim-6f6286e4f90da25a7d1b6bcc96b79b0ccbaf5c26.zip |
fix(lsp): small bugs in snippet-parser #18998
This fixes the following bugs:
`${1:else_text}` -> format with if_text: "else_text"
`${1:-else_text}` -> format with if_text: "else_text"
`${1:}` in `format` (eg. empty else_text) -> error.
`${1:}` (eg. empty placeholder) -> error.
Thanks hrsh7th :)
Diffstat (limited to 'test/functional/terminal/api_spec.lua')
0 files changed, 0 insertions, 0 deletions