Skip to content
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
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Some small improvements #3

wants to merge 9 commits into from

Commits on Jan 12, 2015

  1. Include basic help file

    mMontu committed Jan 12, 2015
    Configuration menu
    Copy the full SHA
    a4b3879 View commit details
    Browse the repository at this point in the history
  2. Include .gitignore

    mMontu committed Jan 12, 2015
    Configuration menu
    Copy the full SHA
    9b9cb5c View commit details
    Browse the repository at this point in the history
  3. 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.
    mMontu committed Jan 12, 2015
    Configuration menu
    Copy the full SHA
    0d854ec View commit details
    Browse the repository at this point in the history
  4. 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.
    mMontu committed Jan 12, 2015
    Configuration menu
    Copy the full SHA
    a59bb38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    944eaf3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    199dd6c View commit details
    Browse the repository at this point in the history
  7. Small adjustments

    mMontu committed Jan 12, 2015
    Configuration menu
    Copy the full SHA
    201bf35 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2015

  1. Configuration menu
    Copy the full SHA
    1cea674 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. Remove s:DirDiffIsRunning

    mMontu committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    e5e38c5 View commit details
    Browse the repository at this point in the history