neovim/test/functional/plugin
L3MON4D3 6f6286e4f9
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 :)
2022-06-29 09:53:49 -07:00
..
lsp fix(lsp): small bugs in snippet-parser #18998 2022-06-29 09:53:49 -07:00
health_spec.lua fix(checkhealth): skip vim.health #18816 2022-06-01 07:10:10 -07:00
lsp_spec.lua test(report): formatting, drop dumplog() 2022-06-15 19:23:10 -07:00
man_spec.lua fix(man.vim): q in "$MANPAGER mode" does not quit #18443 2022-05-13 07:49:08 -07:00
matchparen_spec.lua chore: fix typos (#17755) 2022-03-25 19:57:59 +01:00
msgpack_spec.lua test: Eliminate plugin/helpers.lua 2019-08-05 23:55:57 +02:00
shada_spec.lua feat(lua): add api and lua autocmds 2022-02-27 22:04:55 +01:00