Mercurial > hg > RemoteEditor > vim7
comparison runtime/tools/vimm @ 34:e170173ecb68 current-release
before ack base protocol.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 26 Nov 2008 15:02:10 +0900 |
parents | 76efa0be13f1 |
children |
comparison
equal
deleted
inserted
replaced
33:7d0d8b831f5a | 34:e170173ecb68 |
---|---|
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" |