mirror of
https://github.com/neovim/neovim.git
synced 2026-07-31 04:39:07 +00:00
vim-patch:0c1a214: runtime(doc): Fix truncated sentence in :h map()
fixes: vim/vim#20725
0c1a214497
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -6291,7 +6291,7 @@ map({expr1}, {expr2}) *map()*
|
||||
Note that {expr2} is the result of an expression and is then
|
||||
used as an expression again. Often it is good to use a
|
||||
|literal-string| to avoid having to double backslashes. You
|
||||
still have to double ' quotes
|
||||
still have to double single (') quotes, though.
|
||||
|
||||
If {expr2} is a |Funcref| it is called with two arguments:
|
||||
1. The key or the index of the current item.
|
||||
|
||||
2
runtime/lua/vim/_meta/vimfn.gen.lua
generated
2
runtime/lua/vim/_meta/vimfn.gen.lua
generated
@@ -5602,7 +5602,7 @@ function vim.fn.log10(expr) end
|
||||
--- Note that {expr2} is the result of an expression and is then
|
||||
--- used as an expression again. Often it is good to use a
|
||||
--- |literal-string| to avoid having to double backslashes. You
|
||||
--- still have to double ' quotes
|
||||
--- still have to double single (') quotes, though.
|
||||
---
|
||||
--- If {expr2} is a |Funcref| it is called with two arguments:
|
||||
--- 1. The key or the index of the current item.
|
||||
|
||||
@@ -6829,7 +6829,7 @@ M.funcs = {
|
||||
Note that {expr2} is the result of an expression and is then
|
||||
used as an expression again. Often it is good to use a
|
||||
|literal-string| to avoid having to double backslashes. You
|
||||
still have to double ' quotes
|
||||
still have to double single (') quotes, though.
|
||||
|
||||
If {expr2} is a |Funcref| it is called with two arguments:
|
||||
1. The key or the index of the current item.
|
||||
|
||||
Reference in New Issue
Block a user