view runtime/tools/vimm @ 19782:e5f4316b01dd

Added tag v8.2.0447 for changeset cadb4c1bee6e0cedbb300b83477d648f432afe7a
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Mar 2020 21:30:05 +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"