Short: Next vi clone Author: Ali Gholami Rudi, Kyryl Melekhin Uploader: polluks+aminet sdf org (Stefan Haubenthal) Type: text/edit Version: 5.3 Architecture: ppc-morphos Nextvi-5.3 Usage: vi [-aemsv] [file ...] Usage: patch2vi [-aridh] [-d[N]] [-er TAG] [-ew TAG] [input.patch] Converts unified diff to shell script using nextvi ex commands -a Use absolute line numbers -r Use relative regex patterns instead of line numbers -i Interactive mode: edit search patterns in $EDITOR -d Delta mode: re-apply previous customizations (-d implies -i) -d1 Delta mode: match by group index only -d2 Delta mode: match by group index + deleted/inserted text or regex if custom -d3 Delta mode: match by group index + entire hunk -d4 Delta mode: match by deleted/inserted text or regex if custom -d5 Delta mode: match by entire hunk -er Read section end tag (default: "=== END ===") -ew Write section end tag (default: "=== END ===") -h Show this help Input can be a unified diff or a previously generated patch2vi script