comparison runtime/doc/eval.txt @ 19870:658248b68f7c v8.2.0491

patch 8.2.0491: cannot recognize a <script> mapping using maparg() Commit: https://github.com/vim/vim/commit/2da0f0c445da3c9b35b2a0cd595d10e81ad2a6f9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 1 19:22:12 2020 +0200 patch 8.2.0491: cannot recognize a <script> mapping using maparg() Problem: Cannot recognize a <script> mapping using maparg(). Solution: Add the "script" key. (closes https://github.com/vim/vim/issues/5873)
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Apr 2020 19:30:04 +0200
parents 350e1d3131d8
children f92435f0f449
comparison
equal deleted inserted replaced
19869:8c8c7c532424 19870:658248b68f7c
6822 following items: 6822 following items:
6823 "lhs" The {lhs} of the mapping. 6823 "lhs" The {lhs} of the mapping.
6824 "rhs" The {rhs} of the mapping as typed. 6824 "rhs" The {rhs} of the mapping as typed.
6825 "silent" 1 for a |:map-silent| mapping, else 0. 6825 "silent" 1 for a |:map-silent| mapping, else 0.
6826 "noremap" 1 if the {rhs} of the mapping is not remappable. 6826 "noremap" 1 if the {rhs} of the mapping is not remappable.
6827 "script" 1 if mapping was defined with <script>.
6827 "expr" 1 for an expression mapping (|:map-<expr>|). 6828 "expr" 1 for an expression mapping (|:map-<expr>|).
6828 "buffer" 1 for a buffer local mapping (|:map-local|). 6829 "buffer" 1 for a buffer local mapping (|:map-local|).
6829 "mode" Modes for which the mapping is defined. In 6830 "mode" Modes for which the mapping is defined. In
6830 addition to the modes mentioned above, these 6831 addition to the modes mentioned above, these
6831 characters will be used: 6832 characters will be used: