From a86193d88edda899dd9859c21554fd6e17cdcb3e Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 14 Apr 2015 12:28:31 +0200 Subject: 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. --- runtime/tools/vim132 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 runtime/tools/vim132 (limited to 'runtime/tools/vim132') diff --git a/runtime/tools/vim132 b/runtime/tools/vim132 deleted file mode 100755 index 29ea4ce1ff..0000000000 --- a/runtime/tools/vim132 +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/csh -# -# Shell script for use with UNIX -# Starts up Vim with the terminal in 132 column mode -# Only works on VT-100 terminals and lookalikes -# You need to have a termcap entry "vt100-w". Same as vt100 but 132 columns. -# -set oldterm=$term -echo "[?3h" -setenv TERM vt100-w -vim $* -set term=$oldterm -echo "[?3l" -- cgit