aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-06-03 01:36:26 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-06-04 20:52:53 -0400
commit909af2f3f10b49faf5f56ca866d316dbb0a94384 (patch)
tree42ae77d95e5b092a668126bbf49e07da86d9320b /runtime
parentf85bf6ec374edbfbee35be2112840e0c6d011ca2 (diff)
downloadrneovim-909af2f3f10b49faf5f56ca866d316dbb0a94384.tar.gz
rneovim-909af2f3f10b49faf5f56ca866d316dbb0a94384.tar.bz2
rneovim-909af2f3f10b49faf5f56ca866d316dbb0a94384.zip
vim-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 vim/vim#5873) https://github.com/vim/vim/commit/2da0f0c445da3c9b35b2a0cd595d10e81ad2a6f9
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 7f50769023..99bc526659 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -5835,6 +5835,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