view runtime/tools/vimm @ 25134:2edd38379795

Added tag v8.2.3103 for changeset e0baf334f1caf8057a85dac005bd57746e57baae
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Jul 2021 17:45:04 +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"