- gen_vimdoc.py: fancy "bullet"
- rework `:help channel-callback`
- rename `:help buffered` to `:help channel-buffered`
This commit is contained in:
Justin M. Keyes
2019-05-25 10:00:41 +02:00
committed by GitHub
parent d51f132cb1
commit 4769deb36a
11 changed files with 148 additions and 166 deletions

View File

@@ -168,7 +168,7 @@ local function tbl_flatten(t)
return result
end
--- Trim whitespace (Lua pattern "%%s") from both sides of a string.
--- Trim whitespace (Lua pattern "%s") from both sides of a string.
---
--@see https://www.lua.org/pil/20.2.html
--@param s String to trim