Caleb Maclennan
Caleb Maclennan
I do not have a Windows machine for testing, but I'd be happy to review a PR that fixes this issue if there is still an issue, especially if other...
I'm sorry, I haven't had time to dig into this since I don't use beamer, but your latest comment is a clue. I assume you are talking about `autoload/tagbar.vim` (there...
What version of ctags are you actually running? The fag is not empty, it gets appended in the following code.
If anybody has better settings for Haskell that they'd like to contribute, I'd be happy to review and include such a thing.
Having something working in the Wiki is nice, but it would be much better if we just made Haskell work out of the box! I would love it if somebody...
Yes this sounds like a bug. Do you have a minimum working example of python code and a sequence from startup that I can use to replicate this?
> After switching back and forth a few times between the different buffers, [...] Thanks, but I can't make that bit of trigger anything. I stuck it in a python...
I suspect this is a bad interaction between plugins. It might not be strictly tagbar (or the other plugin(s)) at fault, it might be something they both try to do...
@brentshermana I'm a bit confused by this report because the plugin _is_ looking through the `$PATH`, it it calling VIM's `executable()` function to check if various names are available, and...
Oh I do see ... there is a preference towards a full path "/usr/local/bin/ctags" over "ctags" because that's what works for Homebrew & Macports installations so that we dodge the...