comparison runtime/tools/vimm @ 1698:f4f8014d516e v7.2c.000

updated for version 7.2c-000
author vimboss
date Wed, 06 Aug 2008 17:06:04 +0000
parents 3fc0f57ecb91
children
comparison
equal deleted inserted replaced
1697:2f9308b31181 1698:f4f8014d516e
1 #!/bin/sh 1 #!/bin/sh
2 # enable DEC locator input model on remote terminal 2 # enable DEC locator input model on remote terminal
3 echo "\033[1;2'z\033[1;3'{\c" 3 printf "\033[1;2'z\033[1;3'{\c"
4 vim "$@" 4 vim "$@"
5 # disable DEC locator input model on remote terminal 5 # disable DEC locator input model on remote terminal
6 echo "\033[2;4'{\033[0'z\c" 6 printf "\033[2;4'{\033[0'z\c"