# (C) 2010 magicant

# Completion script for the "gvimdiff" command.
# Supports Vim 7.3.

function completion/gvimdiff {
        command -f completion//reexecute vim
}


# vim: set ft=sh ts=8 sts=8 sw=8 et:
