From 4c595eec4698bc8cdcfdd344c3c5eeca6bf67bdc Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 9 Sep 2013 23:53:51 +0200 Subject: Add documentation. --- .../5a7f2aa7-841c-4261-91b5-b7b2b37066cb/values | 50 ++++++++++++++++++++++ .gitignore | 1 + doc/diff_navigator.txt | 50 ++++++++++++++++++++++ 3 files changed, 101 insertions(+) create mode 100644 .be/737c1d14-cca7-4efd-be60-fca75b19ef73/bugs/5a7f2aa7-841c-4261-91b5-b7b2b37066cb/values create mode 100644 doc/diff_navigator.txt diff --git a/.be/737c1d14-cca7-4efd-be60-fca75b19ef73/bugs/5a7f2aa7-841c-4261-91b5-b7b2b37066cb/values b/.be/737c1d14-cca7-4efd-be60-fca75b19ef73/bugs/5a7f2aa7-841c-4261-91b5-b7b2b37066cb/values new file mode 100644 index 0000000..7d48750 --- /dev/null +++ b/.be/737c1d14-cca7-4efd-be60-fca75b19ef73/bugs/5a7f2aa7-841c-4261-91b5-b7b2b37066cb/values @@ -0,0 +1,50 @@ +{ + + + + + + + "creator": "Mat\u011bj Cepl ", + + + + + + + "reporter": "Mat\u011bj Cepl ", + + + + + + + "severity": "minor", + + + + + + + "status": "fixed", + + + + + + + "summary": "Missing documentation", + + + + + + + "time": "Mon, 09 Sep 2013 21:53:22 +0000" + + + + + + +} diff --git a/.gitignore b/.gitignore index 55292ee..b89c905 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .be/id-cache +doc/tags diff --git a/doc/diff_navigator.txt b/doc/diff_navigator.txt new file mode 100644 index 0000000..b72f149 --- /dev/null +++ b/doc/diff_navigator.txt @@ -0,0 +1,50 @@ +*diff_navigator.txt* Plugin for editing of patches + +Author: Petr Uzel + Matěj Cepl +License: WTFPL + +INTRODUCTION *diff_navigator* + +Whenever you edit a patch (file with ft=diff), a set of commands is defined +for movement inside of the file and its edits. + + + *diff_navigator-commands* +COMMANDS *diff_navigator-commands* + + + *:DiffAnnotate* +:DiffAnnotate Filter whole patch through `filterdiff` (part of + `patchutils` package), which annotates all hunks with + explanatory heading (without changing semantic meaning + of each hunk). + + + *:DiffShowHunk* +:DiffShowHunk Decorate current hunk with explanatory heading + header. + + + *:DiffNextHunk* +:DiffNextHunk Jump to the next hunk. + + + *:DiffPrevHunk* +:DiffPrevHunk Jump to the previous hunk. + + + *:DiffSplitHunk* +:DiffSplitHunk Splits the hunk under the cursor, fixing previous + hunk header to correctly reflect the situation. + + + *:DiffDeleteHunk* +:DiffDeleteHunk Deletes the hunk under the cursor. It fixes all + hunks to have correctly changed headers. + + + *diff_navigator-settings* +This plugin doesn't have any settings. + + vim:tw=78:et:ft=help:norl: -- cgit