0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
188 B
Plaintext
Raw Normal View History

2004-06-13 20:20:40 +00:00
#!/bin/sh
# enable DEC locator input model on remote terminal
2008-08-06 17:06:04 +00:00
printf "\033[1;2'z\033[1;3'{\c"
2004-06-13 20:20:40 +00:00
vim "$@"
# disable DEC locator input model on remote terminal
2008-08-06 17:06:04 +00:00
printf "\033[2;4'{\033[0'z\c"