Reply to message «Re: Patch 7.3.032», sent 01:44:45 21 October 2010, Thursday by ZyX:
Here is a patch that fixes maparg() documentation typos.
# HG changeset patch # User ZyX <[email protected]> # Date 1287612404 -14400 # Node ID 3cf9202cdc9f10db5b35711cc0674e7fd07e41d1 # Parent 6c05b5e5c1be4ee9b8f96334b7fba7afa832524e Fixed maparg() documentation typos diff -r 6c05b5e5c1be -r 3cf9202cdc9f runtime/doc/eval.txt --- a/runtime/doc/eval.txt Wed Oct 20 21:23:33 2010 +0200 +++ b/runtime/doc/eval.txt Thu Oct 21 02:06:44 2010 +0400 @@ -4005,7 +4005,7 @@ "lhs" The {lhs} of the mapping. "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 remappable. + "noremap" 1 if the {rhs} of the mapping is not remappable. "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 @@ -4014,8 +4014,8 @@ " " Normal, Visual and Operator-pending "!" Insert and Commandline mode (|mapmpde-ic|) - "sid" the Script local ID, used for <sid> mappings - (|<SID>|) + "sid" The script local ID, used for <sid> mappings + (|<SID>|). The mappings local to the current buffer are checked first, then the global mappings.
signature.asc
Description: This is a digitally signed message part.
