view runtime/tools/vimm @ 30792:835032dad46a

Added tag v9.0.0730 for changeset 574bf5c78a40f46fb5bc96d6857e671c797bf6d4
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Oct 2022 13: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"