Daniel Hahler

Results 1440 comments of Daniel Hahler

(The build failure is due to not using 4 spaces for indentation only.)

Just a shower thought: Neomake could be made to lint the different code blocks (`{{{filetype … }}}` (https://github.com/vimwiki/vimwiki/blob/8cdc1c15388cc7f4edb827ff15dbc31d592a79af/doc/vimwiki.txt#L2074) by themselves (using different makers). Related: #1287. As for the filetype, try...

@justfielding Maybe this weekend then? ;)

@justfielding Ping?!

Thanks for this, I've picked the linting fixes already - sorry for the trouble in that regard, and extra sorry that GitHub appears to have messed up the authorship when...

As for the change itself: it is not really limited to makeprg only, and I'd rather have a fix for this instead of documenting it. But I also see that...

I'm not using any php makers, so cannot really say. Typically I find it more flexible to configure projects based on `$PATH` (e.g. with virtualenvs for Python), and `.lvimrc` files...

"^@" are newlines. The maker could clean them up. IIRC some do so already, and there's a generic helper method for it (also IIRC).

Which maker is it? You can check running it manually - see the logfile (`let g:neomake_logfile = "/tmp/neomake.log"`) for how it runs and what it gets.

@nomasprime Sorry for the trouble - I'm glad you've figured it out. It should maybe get added to the docs at least - using it by default might not be...