aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/shared.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-05-25 10:00:41 +0200
committerGitHub <noreply@github.com>2019-05-25 10:00:41 +0200
commit4769deb36a54c3b2a4a2d2addb2937c1aa7dd629 (patch)
tree29a0ef85f770541ac829acbd6b51e4413a987b49 /runtime/lua/vim/shared.lua
parentd51f132cb150a5adeac9e40ec7409040f32d880e (diff)
downloadrneovim-4769deb36a54c3b2a4a2d2addb2937c1aa7dd629.tar.gz
rneovim-4769deb36a54c3b2a4a2d2addb2937c1aa7dd629.tar.bz2
rneovim-4769deb36a54c3b2a4a2d2addb2937c1aa7dd629.zip
doc #10017
- gen_vimdoc.py: fancy "bullet" - rework `:help channel-callback` - rename `:help buffered` to `:help channel-buffered`
Diffstat (limited to 'runtime/lua/vim/shared.lua')
-rw-r--r--runtime/lua/vim/shared.lua2
1 files changed, 1 insertions, 1 deletions
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