view runtime/tools/vimm @ 24399:b16510e5b8e7

Added tag v8.2.2739 for changeset bed5ec739304726ed0103625081138ef93286ffa
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Apr 2021 17: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"