diff options
Diffstat (limited to 'runtime/doc/if_lua.txt')
-rw-r--r-- | runtime/doc/if_lua.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/if_lua.txt b/runtime/doc/if_lua.txt index e2d1f0f675..92c25ba875 100644 --- a/runtime/doc/if_lua.txt +++ b/runtime/doc/if_lua.txt @@ -491,9 +491,9 @@ tbl_extend({behavior}, {...}) *vim.tbl_extend()* Parameters: ~ {behavior} Decides what to do if a key is found in more than one map: - - "error": raise an error - - "keep": use value from the leftmost map - - "force": use value from the rightmost map + • "error": raise an error + • "keep": use value from the leftmost map + • "force": use value from the rightmost map {...} Two or more map-like tables. See also: ~ @@ -510,7 +510,7 @@ tbl_flatten({t}) *vim.tbl_flatten()* Flattened copy of the given list-like table. trim({s}) *vim.trim()* - Trim whitespace (Lua pattern "%%s") from both sides of a + Trim whitespace (Lua pattern "%s") from both sides of a string. Parameters: ~ |