Caleb Maclennan

Results 2809 comments of Caleb Maclennan

Issue #182 mentions https://manned.org which is definitely worth considering in this context. I'll also note https://man.archlinux.org is another source for a lot of man pages since Arch has a pretty...

See also #91. In fact this should probably just be appended there and closed as a duplicate as any discussion of man sources should be kept together.

> From one side it works just fine, but it's also overly complex and hard to understand. Also it's not documented in `--help`. I even tried something like this, but...

I can confirm `-a=false` does what I need, confusingly `-a false` silently does what both `-a` and `-a=true` does hence by conclusion that the flag was not behaving. I don't...

It looks like similar issues exist with other flags. For example the `-G` flag exists, but already defaults to true. For it to be useful one has to use `-G=false`,...

For reference, here is how the GitHub CLI does this: ```console $ gh repo list preservim | head -4 preservim/nerdcommenter Vim plugin for intensely nerdy commenting powers public 2022-02-15T13:29:48Z preservim/vim-litecorrect...

What to do with plugins? Integrate with source control! I would love to see a plugin that hooked onto save actions and walked the user through a `commit` action. For...

I'm re-opening this issue because it is apparent from comments that something is still amiss. That being said I can't actually reproduce it myself. The only place I ever use...

Thanks for helping narrow this down @dzhang-b. I would suggest that you are probably looking at a bug in your terminal emulation rather than in Tagbar though. If mouse signals...

I'd be happy to help review and merge a PR that fixes whatever this elusive issue is, but I cannot reproduce it and I do not have anything even resembling...