view runtime/tools/vimm @ 19751:4bed205e29d9

Added tag v8.2.0431 for changeset aa674de6d813b32fb9ea05a1bcdef1bc3f71ce29
author Bram Moolenaar <Bram@vim.org>
date Mon, 23 Mar 2020 19:30:06 +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"