view runtime/tools/vimm @ 30472:9b141da86933

Added tag v9.0.0571 for changeset 584231b9b37e10d16f2193292d055c8833715f58
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Sep 2022 14: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"