rbong
rbong
Finished `:Floggit`. Special characters should work better. Also, argument completion now relies more on Fugitive's own internal argument completion. If something that's useful is missing, I'll make a PR there.
Finished mappings. Changes: * Fixed typo in `co` mapping * `cot` now `col` * `'` commit mark is now set only if the commit changed With that, v2 is now...
No such binding currently exists but I would not *necessarily* be opposed to adding it if someone made an MR. I think it could get too messy to warrant the...
Now that with v2 we're going to be building the graph ourselves, we can jump to numbered parent and child commits without really worrying if we're getting it visually correct....
Flog uses a more similar argument format to builtin vim commands. Flog arguments are not shell arguments, they are arguments for a vim command. It translates any arguments that go...
I like gbrowse myself, but I don't think I'll add this by default if the solution is sufficient. I'm getting worried about poluting the keybindings and needing to resolve keybinding...
>It will be very hard to justify a feature just for cloud endpoints I'm not sure I understand. Is `--set-env-vars` not a general-purpose argument for setting any environment variable? By...
I see, I think I misunderstood the purpose of `ENDPOINTS_SERVICE_PATH` exactly and gave a bad example, but I believe the idea of passing in the config via an environment variable...
>ESPv2 could not work on the OpenAPI JSON directly That was my original misunderstanding. However, what I am now saying is that you could pass the config processed by Google...
Usually, what I do is ``` :redir @a | 20verbose exec 'normal D' | redir END :tabe "ap ``` Hope that helps. Suggestions for built in debugging utilities is welcome.