diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-02 23:00:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-02 23:00:22 +0200 |
commit | 92fd599e0d85bdd7462926b2e5bcf7ce65fccc50 (patch) | |
tree | 98ec9508059d063c2bc4107ef7127bcc6da4e8cf /runtime/doc/eval.txt | |
parent | d0621d85a6ceb17e1e6fb17415c3f94a755aaafa (diff) | |
download | vim-git-92fd599e0d85bdd7462926b2e5bcf7ce65fccc50.tar.gz |
patch 8.1.1248: no test for dec mousev8.1.1248
Problem: No test for dec mouse.
Solution: Add some tests for dec mouse. Add "no_query_mouse".
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index f728c12cb..8faf17f63 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -9805,6 +9805,8 @@ test_override({name}, {val}) *test_override()* starting reset the "starting" variable, see below nfa_fail makes the NFA regexp engine fail to force a fallback to the old engine + no_query_mouse do not query the mouse position for "dec" + terminals ALL clear all overrides ({val} is not used) "starting" is to be used when a test should behave like |