view runtime/tools/vimm @ 28498:581ec553914d

Added tag v8.2.4773 for changeset 7c4a9e20c1788b5f36d464c9a45b7caff8fc1f07
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Apr 2022 15:30:06 +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"