summaryrefslogtreecommitdiff
path: root/runtime/tools/ref
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/tools/ref')
-rwxr-xr-xruntime/tools/ref11
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/tools/ref b/runtime/tools/ref
new file mode 100755
index 000000000..77bfc805e
--- /dev/null
+++ b/runtime/tools/ref
@@ -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