fatih / vim-go

Go development plugin for Vim
https://www.patreon.com/bhcleek
Other
15.9k stars 1.45k forks source link

auto: do not create anonymous snippet #3603

Closed bhcleek closed 7 months ago

bhcleek commented 7 months ago

Do not create an anonymous snippet if there are no placeholders, because there is no point in creating the snippet in that case and doing so breaks Ultisnip navigation when the previous completion had placeholders.

Fixes #3601