view runtime/tools/vimm @ 16663:66ffbbee468c

Added tag v8.1.1333 for changeset 1fc9cd08cf3c29190ce143ff1e370e7ebfb9dff6
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 May 2019 23:00:18 +0200
parents f4f8014d516e
children
line wrap: on
line source

#!/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"