made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
11
gitportable/usr/share/vim/vim91/tools/ref
Normal file
11
gitportable/usr/share/vim/vim91/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