view runtime/tools/vimm @ 22304:cc125ae9b537

Added tag v8.2.1701 for changeset 4ce3906e5997cbce9294dcce09f9e3827682ec59
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Sep 2020 23:30:04 +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"