view runtime/tools/vimm @ 16077:e5e2a222cb79

Added tag v8.1.1043 for changeset a2f0e93a5857922288b26e938b260b62e6f66f40
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Mar 2019 14:00:07 +0100
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"