David Vo

Results 309 comments of David Vo

Could you please show some before and after screenshots so I know what you're talking about? They seem fine to me.

In fact, it looks like I'm already targeting the selectors you've added, for the most part, so I'm not really sure what's happening in this PR.

Those message bubbles seem wrong; are you sure you're using an up-to-date version?

> Is there any way you know of to check the version? Read the header by pressing edit?

Keeping this open until I actually fix the emoji-only messages.

I presume this is related to [`git config extensions.worktreeConfig`](https://git-scm.com/docs/git-worktree#_configuration_file) but I had trouble simplifying the STR further. Notably from those docs: > Older Git versions will refuse to access repositories...

So the timeline in the issue description has completely lapsed… what's the plan?

@Kapeli It's not that Zeal is case-sensitive, but rather that filesystems are case-sensitive. Not really anything Zeal would be able to fix, short of changing how docsets are stored.

@hkdobrev Did you set `mergetool.fac.cmd`, as per `git-config(1)`?

A number of environment variables are set by `git-mergetool(1)`. You could take a look at how the known mergetools to git are implemented by looking at the shell scripts in...