From 4769deb36a54c3b2a4a2d2addb2937c1aa7dd629 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 25 May 2019 10:00:41 +0200 Subject: doc #10017 - gen_vimdoc.py: fancy "bullet" - rework `:help channel-callback` - rename `:help buffered` to `:help channel-buffered` --- runtime/lua/vim/shared.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/lua/vim/shared.lua') diff --git a/runtime/lua/vim/shared.lua b/runtime/lua/vim/shared.lua index 1038a95dd3..75d4a6eee6 100644 --- a/runtime/lua/vim/shared.lua +++ b/runtime/lua/vim/shared.lua @@ -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 -- cgit