diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-04-01 19:22:12 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-04-01 19:22:12 +0200 |
commit | 2da0f0c445da3c9b35b2a0cd595d10e81ad2a6f9 (patch) | |
tree | de42f08bbd29bad7e82f85da46d4fa546e0304df /runtime/doc/eval.txt | |
parent | 0afdcf8601792ee751984265b49fc2ca6f8ea858 (diff) | |
download | vim-git-2da0f0c445da3c9b35b2a0cd595d10e81ad2a6f9.tar.gz |
patch 8.2.0491: cannot recognize a <script> mapping using maparg()v8.2.0491
Problem: Cannot recognize a <script> mapping using maparg().
Solution: Add the "script" key. (closes #5873)
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 45ef83ada..74c3d1cfa 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -6824,6 +6824,7 @@ maparg({name} [, {mode} [, {abbr} [, {dict}]]]) *maparg()* "rhs" The {rhs} of the mapping as typed. "silent" 1 for a |:map-silent| mapping, else 0. "noremap" 1 if the {rhs} of the mapping is not remappable. + "script" 1 if mapping was defined with <script>. "expr" 1 for an expression mapping (|:map-<expr>|). "buffer" 1 for a buffer local mapping (|:map-local|). "mode" Modes for which the mapping is defined. In |