view runtime/tools/vimm @ 26973:3d561592f19b

Added tag v8.2.4015 for changeset cd1da076adb43a4f271b1f81a99686a2537b797b
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jan 2022 12:45: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"