Daniel Hahler
Daniel Hahler
Thanks, do you have (raw) example output where it was failing before with? Would be happy to add this as a test then (to get full coverage).
Note: removed some useless tests in master in https://github.com/neomake/neomake/pull/1849 - where you had to adjust them.
Yeah, vimlint is kind of annoying. Just ignore this for now - I will improve the CI around vimlint eventually. Thanks for keeping up with this. Seeing Python code in...
It would be nice indeed btw if codecov could be made to still report when only "checkqa" is failing - or maybe even in general.
Thanks for keeping up with it. Pushed a fixup to fix linting. *Edit*: reverted/removed, since it should work the next time when rebasing (https://github.com/neomake/neomake/pull/1997).
> The vim 7 tests are failing. (297/596) [EXECUTE] Instantiate all default makers (297/596) [EXECUTE] (X) Vim(let):E117: Unknown function: s:fn_languagetool > in neomake#core#instantiate_maker (line 18) > let returned_maker = call(Init,...
btw: you should also remove the `l:` prefixes.. ;) (https://github.com/neomake/neomake/pull/2134)
I've created https://github.com/ekalinin/Dockerfile.vim/issues/67 to ask for the reason of the special casing. IIRC there have been reports/issues in this regard already. In theory we could have a symlink or some...
> Is is possible to change the `g:neomake_virtualtext_prefix` sign conditional on if it's an error or a warning? No. But there's a TODO / idea already for having the whole...
So the filetype you are using is `vimwiki`, but with a `.md` extension? What about using `md.vimwiki` for the filetype, since you already seem to configure it explicitly? Then `vimwiki`...