quickfixsigns_vim icon indicating copy to clipboard operation
quickfixsigns_vim copied to clipboard

s:ProcessSign does not handle new sign output

Open blueyed opened this issue 6 years ago • 0 comments

Code ref: https://github.com/tomtom/quickfixsigns_vim/blob/653cf16034cdbbe640e63ac9698f7da587c0fa56/plugin/quickfixsigns.vim#L875

Example sign-place output:

['--- Signs ---', 'Signs for foo:', '    line=99  id=3000  name=GitGutterLineModified  priority=10', '    line=100  id=3001  name=GitGutterLineAdded  priority=10' …

It should probably use the new sign_getplaced() there.

blueyed avatar Jun 03 '19 14:06 blueyed