aboutsummaryrefslogtreecommitdiff
path: root/runtime/tools/ref
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/tools/ref')
-rwxr-xr-xruntime/tools/ref11
1 files changed, 0 insertions, 11 deletions
diff --git a/runtime/tools/ref b/runtime/tools/ref
deleted file mode 100755
index 77bfc805e2..0000000000
--- a/runtime/tools/ref
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-#
-# ref - Check spelling of the arguments
-#
-# Usage: ref word ..
-#
-# can be used for the K command of Vim
-#
-spell <<EOF
-$*
-EOF