view runtime/tools/vimm @ 26750:2234a1c24680

Added tag v8.2.3903 for changeset efe4c8a79502856fcee2e5003fa2670aac5ebeb9
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Dec 2021 16:15:04 +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"