Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add utilities for working with signs #142

Open
dbarnett opened this issue Mar 23, 2015 · 1 comment
Open

Add utilities for working with signs #142

dbarnett opened this issue Mar 23, 2015 · 1 comment

Comments

@dbarnett
Copy link
Contributor

Vim's signs are useful but managed globally by default. It's hard to do things like clear all signs created by your plugin.

maktaba could have some utilities for working with signs.

@dbarnett
Copy link
Contributor Author

dbarnett commented Jun 13, 2020

Looks like vim added some built-in functions for working with signs in 8.1.0614 (see vim/vim#3652 and :h sign-functions-details), so this would be a polyfill around those and follow conventions from those signatures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant