vim-criticmarkup
vim-criticmarkup copied to clipboard
criticmarkup support for vim
This plugin should define text objects for critic markup. This would allow selection, navigation, deletion, mapping, and combining all using more natural vim actions that can play nicely with other...
To install vim-criticmarkup I just copied the two criticmarkup.vim files into `plugin` and `autoload` respectively. I have a `:Critic recect` command but it does not do anything. Also there is...
Fix the regexes used in JumpNext and JumpPrevious functions: since the regexes are written using double-quotes, the backslash for "\{2}" counts must be espaced
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...
Best way to illustrate the issue is by this screenshot:  I don't know if this is a vim-pandoc or a vim-criticmarkup issue, so I'm posting it here.
I'm using vim-criticmarkup with vim-pandoc-syntax and I think is better to my annotations without conceal. I looked the code in "autoload/criticmarkup.vim" and didn't see an option to enable/disable conceal. Currently,...
There don't appear to be any vim-docs included in the plugin. At some point this should get it's own help page formatted for the internal help viewer.