# (C) 2010 magicant

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

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


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