vim-extradite
vim-extradite copied to clipboard
A git commit browser for vim. Extends fugitive.vim.
enable airline back on close. otherwise it remains disabled in some cases - e.g. after invoking CtrlP. steps to reproduce: - call Extradite and close it - call CtrlP and...
when I do file diff using dv to trigger the diff window, I got below error and whole vim crashes. It seems it works fine some times for certain versions....
It would be nice if the old name or location of a moved file could be loaded when loading a commit from before the move.
When using Extradite with Vim Airline (https://github.com/bling/vim-airline), the `setlocal statusline=` does not seem to work. Instead of getting the expected timestamp of the commit, I am getting a `[No Name][-]`...
I always get this error when I use c-o or ^ after quitting extradite which is incredibly frustrating: ``` Error detected while processing CursorMoved Auto commands for "": E121: Undefined...
With command `:Extradite` I see the modification from any commit. great! :) How I can see the difference of actual changes with HEAD (in the extradite windows). similar to `git...