Initial class construction
This commit is contained in:
11
Git/usr/share/vim/vim81/tools/ref
Normal file
11
Git/usr/share/vim/vim81/tools/ref
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# ref - Check spelling of the arguments
|
||||
#
|
||||
# Usage: ref word ..
|
||||
#
|
||||
# can be used for the K command of Vim
|
||||
#
|
||||
spell <<EOF
|
||||
$*
|
||||
EOF
|
Reference in New Issue
Block a user