aboutsummaryrefslogtreecommitdiff
path: root/runtime/tools/ref
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2015-04-14 12:28:31 +0200
committerJustin M. Keyes <justinkz@gmail.com>2015-04-14 17:49:37 -0400
commita86193d88edda899dd9859c21554fd6e17cdcb3e (patch)
tree3fd3cf69d82081c00f317620e11984e1d9d9bedd /runtime/tools/ref
parentb47ea5fcdefb2ce33bae3d61d79310646aa8d1a1 (diff)
downloadrneovim-a86193d88edda899dd9859c21554fd6e17cdcb3e.tar.gz
rneovim-a86193d88edda899dd9859c21554fd6e17cdcb3e.tar.bz2
rneovim-a86193d88edda899dd9859c21554fd6e17cdcb3e.zip
Remove runtime/tools/ #2426
This directory contains old (at least 10+ years) scripts that mainly filter output of other old programs to make them conformant with an 'errorformat' from 10+ years ago.
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