Mercurial > vim
view runtime/tools/vimm @ 6033:34465a179ce2 v7.4.356
updated for version 7.4.356
Problem: Mercurial does not ignore memfile_test. (Daniel Hahler)
Solution: Add memfile_test to ignored files, remove trailing spaces.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 09 Jul 2014 13:43:29 +0200 |
parents | f4f8014d516e |
children |
line wrap: on
line source
#!/bin/sh # enable DEC locator input model on remote terminal printf "\033[1;2'z\033[1;3'{\c" vim "$@" # disable DEC locator input model on remote terminal printf "\033[2;4'{\033[0'z\c"