Files
laragon/bin/git/usr/share/vim/vim91/tools/ref
2025-10-05 17:33:37 +02:00

12 lines
137 B
Bash

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