Daniel Hahler

Results 1440 comments of Daniel Hahler

Yes, thanks! btw: I've also added a `echom "Syntastic disabled."` (and the counterpart) for feedback.

I am seeing a similar problem, although I have `g:syntastic_reuse_loc_lists=0`. The location list displays the warnings (subtype=Style), but I get `E42: No Errors` when pressing Enter on one of them....

I could bisect my issue from the comment above to 4c888855: ``` commit 4c888855d650581bd78c83902d8d58f9b518b67c Author: LCD 47 Date: Fri Jun 7 00:34:05 2013 +0300 Sets the status line of the...

It is caused by this bug in Vim (has a patch): https://groups.google.com/d/msg/vim_dev/WmuoFum2Lq4/w3UiiS9Wj2kJ

Ok, would have been nice. Sorry for the noise. Does `:lolder` fix / work around the initial issue maybe? (The Vim bug is triggered by Syntastic's `setwinvar` (https://github.com/scrooloose/syntastic/commit/4c888855d650581bd78c83902d8d58f9b518b67c#diff-aa8064af5cca6d53758402972a41e913R160), and causes...

@lcd047 Good to know and have, but commands to toggle the global filters would still be useful.

I've found something in vim-airline, which uses `ls` to get to that info (https://github.com/vim-airline/vim-airline/blob/master/autoload/airline/extensions/quickfix.vim#L20-L36): ``` vim function! s:get_text() redir => buffers silent ls redir END let nr = bufnr('%') for...

Just for reference: the following patch would help by having a buffer variable for it: https://github.com/neovim/neovim/issues/4550.

Thanks for looking into this! > Do you have any other constructs you'd like splitjoin to work on, apart from if-clauses? Maybe this could be based on endwise's list? `'fu,fun,func,function,wh,while,if,for,try,au,augroup'`...

FWIW: there have been changes in that regard in CopyQ 4 - in case you want to try / verify it there. (I've come here due to a regression in...