view runtime/tools/vimm @ 20652:a0550466b57b

Added tag v8.2.0879 for changeset 3e03edae7e6ff0239bc50245821258f7328bdfe3
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Jun 2020 19:00:05 +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"