tomtom / quickfixsigns_vim

Mark quickfix & location list items with signs
http://www.vim.org/scripts/script.php?script_id=2584
GNU General Public License v3.0
131 stars 13 forks source link

QuickfixsignsListBufferSigns: use sign_getplaced #84

Open blueyed opened 5 years ago

blueyed commented 5 years ago

TODO: does not set/have the "sign" attribute (easily), only used with AssertUniqueSigns, where it could be removed/replaced - maybe only for the new method / if missing then?!

Fixes https://github.com/tomtom/quickfixsigns_vim/issues/83.

blueyed commented 5 years ago

@tomtom any feedback?

tomtom commented 5 years ago

I currently have no recent version of vim available that already has the sign_*() functions, which is why I cannot test it etc.

I also wonder if qfs is still necessary with the new sign api since it originated in an effort to work around the limitations of the old api.