Mercurial > vim
view runtime/tools/vimm @ 1430:342cf2a9f5cc v7.1.145
updated for version 7.1-145
author | vimboss |
---|---|
date | Fri, 19 Oct 2007 18:40:51 +0000 |
parents | 3fc0f57ecb91 |
children | f4f8014d516e |
line wrap: on
line source
#!/bin/sh # enable DEC locator input model on remote terminal echo "\033[1;2'z\033[1;3'{\c" vim "$@" # disable DEC locator input model on remote terminal echo "\033[2;4'{\033[0'z\c"