contrib/vim/patchreview.vim
changeset 17537 31f32a96e1e3
parent 17424 e7cfe3587ea4
parent 17496 223328c6f943
child 30332 318a24b52eeb
equal deleted inserted replaced
17475:63e45aee46d4 17537:31f32a96e1e3
    15 "         - Improved diff view and folding by ignoring modelines
    15 "         - Improved diff view and folding by ignoring modelines
    16 "         - Improved tab labels display
    16 "         - Improved tab labels display
    17 "
    17 "
    18 "   0.2.1 - Minor temp directory autodetection logic and cleanup
    18 "   0.2.1 - Minor temp directory autodetection logic and cleanup
    19 "
    19 "
    20 "   0.2 - Removed the need for filterdiff by implemeting it in pure vim script
    20 "   0.2 - Removed the need for filterdiff by implementing it in pure vim script
    21 "       - Added DiffReview command for reverse (changed repository to
    21 "       - Added DiffReview command for reverse (changed repository to
    22 "         pristine state) reviews.
    22 "         pristine state) reviews.
    23 "         (PatchReview does pristine repository to patch review)
    23 "         (PatchReview does pristine repository to patch review)
    24 "       - DiffReview does automatic detection and generation of diffs for
    24 "       - DiffReview does automatic detection and generation of diffs for
    25 "         various Source Control systems
    25 "         various Source Control systems