view runtime/tools/vimm @ 28551:1c4958ff5542

Added tag v8.2.4799 for changeset f59db757e4ef49e04255e2515112e82c0546d0c7
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Apr 2022 21:00:06 +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"