|
509ea4128b
|
Fix bug in vim git script in file_at_revision function
|
2020-02-14 11:04:27 +01:00 |
|
|
525dce4c53
|
Update GitNext vim command to also load working copy
This happens when already at the latest revision, and makes sense
considering GitPrev now fetches the latest version of a file from the
repository.
|
2020-02-07 14:26:18 +01:00 |
|
|
807679eb0b
|
Make GitNext and GitPrev more robust
Instead of using an internally managed history, use a more complex call
of git log to figure out what revision to fetch a file from.
|
2020-02-07 14:14:19 +01:00 |
|
|
e8c3537aba
|
Improve vim git commands
|
2019-11-18 14:01:16 +01:00 |
|
|
a08f4a7ceb
|
Add GitOrig command to vim
|
2019-11-18 13:48:13 +01:00 |
|
|
bae0247305
|
Fix bug in vim git commands
Several commands that check out a new version of a file didn't jump to
the correct position afterwards.
|
2019-11-18 13:44:57 +01:00 |
|
|
42c3414378
|
Improve vim git commands
|
2019-11-18 13:21:34 +01:00 |
|
|
92daf8b59c
|
Add DBlame command to vim
|
2019-05-21 08:47:00 +02:00 |
|
|
c01fecb8b2
|
Redo Blame command for vim
|
2019-05-21 08:47:00 +02:00 |
|
|
4453192c57
|
Some refactoring in vim git stuff
|
2018-11-19 19:45:13 +01:00 |
|
|
3adf4c36ef
|
Moved vim git stuff to new file
|
2018-11-19 16:34:37 +01:00 |
|