Mercurial > vim
view runtime/tools/vimm @ 11081:bbdb4f0134cb v8.0.0429
patch 8.0.0429: options test does not always test everything
commit https://github.com/vim/vim/commit/e8512d7fedbddd8d464b2c589e6ba5ab9a41bc78
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Mar 7 22:33:32 2017 +0100
patch 8.0.0429: options test does not always test everything
Problem: Options test does not always test everything.
Solution: Fix dependency for opt_test.vim. Give a message when opt_test.vim
was not found.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 07 Mar 2017 22:45:04 +0100 |
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"