summaryrefslogtreecommitdiff
path: root/runtime/tools/vimm
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-08-06 17:06:04 +0000
committerBram Moolenaar <Bram@vim.org>2008-08-06 17:06:04 +0000
commite37d50a5def1c0ff162392cd3f017059c458650c (patch)
treee7d1e2b17976b130d1283d33b091baf30cfc5d2c /runtime/tools/vimm
parentda40c8536c2b7bdbd1d192ee1aa3045e2119675e (diff)
downloadvim-git-e37d50a5def1c0ff162392cd3f017059c458650c.tar.gz
updated for version 7.2c-000v7.2c.000
Diffstat (limited to 'runtime/tools/vimm')
-rwxr-xr-xruntime/tools/vimm4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/tools/vimm b/runtime/tools/vimm
index 042c4a022..7b84cb255 100755
--- a/runtime/tools/vimm
+++ b/runtime/tools/vimm
@@ -1,6 +1,6 @@
#!/bin/sh
# enable DEC locator input model on remote terminal
-echo "\033[1;2'z\033[1;3'{\c"
+printf "\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"
+printf "\033[2;4'{\033[0'z\c"