view runtime/tools/ref @ 2656:4549e0e7fbb6 v7.3.076

updated for version 7.3.076 Problem: Clang warnings for dead code. Solution: Remove it. (Carlo Teubner)
author Bram Moolenaar <bram@vim.org>
date Wed, 08 Dec 2010 13:11:21 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

#!/bin/sh
#
# ref - Check spelling of the arguments
#
# Usage: ref word ..
#
# can be used for the K command of Vim
#
spell <<EOF
$*
EOF