view runtime/tools/vimm @ 16305:7128a1b06d11

Added tag v8.1.1157 for changeset c83169bdb290387789e479a985cce0bb6983e61d
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Apr 2019 20:15:08 +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"