vim/runtime/tools/ref
2004-06-13 20:20:40 +00:00

11 lines
137 B
Bash
Executable file

#!/bin/sh
#
# ref - Check spelling of the arguments
#
# Usage: ref word ..
#
# can be used for the K command of Vim
#
spell <<EOF
$*
EOF