vim-vimhelplint
vim-vimhelplint copied to clipboard
No way to suppress errors
Currently there is no way to suppress error reports, but it is actually a feature which any lint tool should have. The problem is there is no "comment" for vimhelp, thus inline directive may not be a good method. Maybe using global valiable or using command arguments are realistic.
Related: https://github.com/neomake/neomake/pull/685