blob: 47ac41630cb8e0df3c069bc367c607d1880bef30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Diff-mode is a major-mode for viewing/editing context diffs in Emacs.
Supports unified and context diffs as well as (to a lesser extent)
normal diffs.
The diff-mode provides features such as:
- Unified diff <-> Context diff conversion.
- Reverse the direction of the diffs.
- Jump to the corresponding source line.
- Move to the next/previous hunk/file header.
- Restrict the view to the current hunk/file.
- Tetsurou
okazaki@be.to
|