forked from vim-scripts/DirDiff.vim
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some small improvements #3
Open
mMontu
wants to merge
9
commits into
zhaocai:master
Choose a base branch
from
mMontu:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Jan 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a4b3879 - Browse repository at this point
Copy the full SHA a4b3879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b9cb5c - Browse repository at this point
Copy the full SHA 9b9cb5cView commit details -
Start with cursor on the first difference
* Always the first difference - the current behavior seems be jumping to the cursor position when the file was last opened for edition. Sometimes some differences are missed because the buffers open with only the last differences on the screen. * Move the cursor to the first difference - the current behavior seems to be leaving the cursor at the diff window. I've found that most of the time it is necessary to check the changes on many files, and using \dj and \dk leaves the cursor on diff window, so it is necessary to move back to the diff windows.
Configuration menu - View commit details
-
Copy full SHA for 0d854ec - Browse repository at this point
Copy the full SHA 0d854ecView commit details -
Option to close instead of deleting buffers
The current behavior uses `:bd` to close a diff window after it is displayed on the screen, which causes any other windows displaying that file to be closed. The option g:DirDiffBufferDelete allows to use `:q` instead. In this case the `:diffoff` is also necessary to avoid subsequent diffs to be displayed incorrectly.
Configuration menu - View commit details
-
Copy full SHA for a59bb38 - Browse repository at this point
Copy the full SHA a59bb38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 944eaf3 - Browse repository at this point
Copy the full SHA 944eaf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 199dd6c - Browse repository at this point
Copy the full SHA 199dd6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 201bf35 - Browse repository at this point
Copy the full SHA 201bf35View commit details
Commits on Jan 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1cea674 - Browse repository at this point
Copy the full SHA 1cea674View commit details
Commits on Jan 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e5e38c5 - Browse repository at this point
Copy the full SHA e5e38c5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.