view runtime/tools/vimm @ 19436:d44f610825c1

Added tag v8.2.0275 for changeset 8f8a5a15d00a8a50f0ed0fcf13cc45f62021c9fd
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Feb 2020 22:00:04 +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"