view runtime/tools/vimm @ 20034:1098dd529613

Added tag v8.2.0572 for changeset 2e5e86ff7596930426961e05e927279f421d2aed
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Apr 2020 18:15:05 +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"