aboutsummaryrefslogtreecommitdiff
path: root/runtime/tools/vimm
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/vimm
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/vimm')
-rwxr-xr-xruntime/tools/vimm6
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/tools/vimm b/runtime/tools/vimm
deleted file mode 100755
index 7b84cb255e..0000000000
--- a/runtime/tools/vimm
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-# enable DEC locator input model on remote terminal
-printf "\033[1;2'z\033[1;3'{\c"
-vim "$@"
-# disable DEC locator input model on remote terminal
-printf "\033[2;4'{\033[0'z\c"