Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/vim73/tools/ref
diff options
context:
space:
mode:
Diffstat (limited to 'vim73/tools/ref')
-rwxr-xr-xvim73/tools/ref11
1 files changed, 11 insertions, 0 deletions
diff --git a/vim73/tools/ref b/vim73/tools/ref
new file mode 100755
index 0000000..77bfc80
--- /dev/null
+++ b/vim73/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