NAME

hgvimdiff - run vim in diff mode for use with mercurial using DirDiff.vim

SYNOPSIS

hgvimdiff <srcdir1> <srcdir2>

DESCRIPTION

This manual page documents briefly the hgvimdiff command.

hgvimdiff is a simple wrapper script around the vim-plugin DirDiff.vim. hgvimdiff requires a working setup of DirDiff.vim, this means you have to make sure you have $HOME/.vim/plugin/DirDiff.vim available, otherwise hgvimdiff will not work. If you don't have the file $HOME/.vim/plugin/DirDiff.vim you can get the plugin at http://www.vim.org/scripts/script.php?script_id=102 or via running wget http://www.vim.org/scripts/download_script.php?src_id=5306 -O ~/.vim/plugin/DirDiff.vim

AUTHOR

hgvimdiff was written by Michael Prokop <mika@grml.org>.

This manual page was written by Michael Prokop <mika@grml.org>, and converted to asciidoc by Michael Gebetsroither <gebi@grml.org>, for the grml project (but may be used by others).