Tim Pope
Tim Pope
Ignore that final bullet point for now, I was forgetting some of the details involved.
If we do this, it should be *all* commit maps, and then the docs can just link to `fugitive_c`. Calling `:Gcommit` from a blame splits the blame window to edit...
> I noticed that `cS` (squash+immediately rebase) does not seem to work for some reason, even in :Gstatus window, it doesn't apply the staged changes to the selected commit. I've...
Probably for the best, I think jamming things into existing fields was a bit too clever. I'm not sure I understand how opposing line number is computed when you click...
One last case to look at: If you rename a file, and then add a new file with the old name but completely different content, how does that look? I'm...
So two different hypotheticals: a provider that supports `-C` (kind of cool) and a provider that favors the `---` filename (kind of dumb). Guess which one I'd use for inspiration....
This screenshot doesn't tell me much, but I take it renames show up as a thousand deleted lines in the old filename and a thousand added lines in the new...
Is this supposed to work by shift clicking a second line while viewing a commit? Because that's not working for me.
> Yes, shift-clicking. > > Works in: > Commit in pull request: `https://github.com/tpope/vim-fugitive/pull/1171/commits/171bd8a18b485a81a544f68466a3ffff9fbd1cf6#diff-4c8459efc2f0fea43a9d26047a9e5e06R3974-R3977` (interesting that Github replaces this link to a standalone commit link when rendering comments) > All changes...
Been struggling to put it into words but my gut reaction is that this change feels very alien, like it was blindly bolted on with zero knowledge of the existing...