Mercurial > vim
view runtime/tools/vimm @ 6130:86fb698a38d5 v7.4.403
updated for version 7.4.403
Problem: Valgrind reports errors when running test 72. (Dominique Pelle)
Solution: Reset the local 'cryptmethod' option before storing the seed.
Set the seed in the memfile even when there is no block0 yet.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 13 Aug 2014 21:58:28 +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"