vim-criticmarkup
vim-criticmarkup copied to clipboard
Why are comments and highlights not handled?
Is there some deep reason why comments and highlights aren't handled, or is it just because nobody has done it yet?
If it's just the latter, do you mind if I have a shot at it?
Admittedly accept
and reject
don't seem to be the right terms there; remove
, uncomment
, unhi(gh)light
comes to mind.
What do you mean by "are not handled"? Do the highlights don't show up? Is there some extra functionality you need?
To be fair, I haven't had much time to check the status of the plugin, so if you have a problem and are able to figure it out, I would appreciate any help ;)
I mean as per the TODO section in the readme:
TODO
- Expand
accept
s andreject
s to handle highlights and comments.- Implement operators and keyboard mappings to create annotations.
BTW I have kind-of solutiions to the second point using the surround and UltiSnips plugins. They could be mentioned in the readme of this plugin.