You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like group=* functionality (and the new API) was included in patch 8.1.0658. There were some hotfixes afterwards, but I think none that affected the fetching of group functionality.
These patches introduce both the new API and extend the old Ex command API, so indeed it would be wiser to have a cutoff point:
Currently vim-signjump uses the following to get a list of all placed signs in a buffer:
However, this doesn't work when a plugin has placed signs in their own group (an example is
vim-lsp
).Changing this to:
Fixes it. I haven't been able to observe an ill effect in vim-signjump.
The text was updated successfully, but these errors were encountered: