view runtime/tools/vimm @ 29370:02ed4800c675

Added tag v9.0.0027 for changeset b1f345ec827eed65e58c63760f48fd739cd83faa
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Jul 2022 17:30:03 +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"