[SCM] Vim packaging branch, deb/runtime, updated. upstream/7.1.285-144-g3f5dd80
James Vega
jamessan at debian.org
Tue Jul 8 16:13:37 UTC 2008
The following commit has been merged in the deb/runtime branch:
commit 3f5dd8041993eedaa08dfc1735fa5507d9663d5b
Author: James Vega <jamessan at debian.org>
Date: Tue Jul 8 12:12:51 2008 -0400
runtime/tools/vimm: Use printf instead of echo. Closes: #489667
Signed-off-by: James Vega <jamessan at debian.org>
diff --git a/runtime/tools/vimm b/runtime/tools/vimm
index 042c4a0..7b84cb2 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"
--
Vim packaging
More information about the pkg-vim-maintainers
mailing list