repo.or.cz
/
MacVim
/
KaoriYa.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merged from the latest developing branch.
[MacVim/KaoriYa.git]
/
runtime
/
tools
/
vimm
blob
7b84cb255e72987722629f1ac1efe6fa762c841c
1
#!/bin/sh
2
# enable DEC locator input model on remote terminal
3
printf
"
\033
[1;2'z
\033
[1;3'{\c"
4
vim
"$@"
5
# disable DEC locator input model on remote terminal
6
printf
"
\033
[2;4'{
\033
[0'z\c"