aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-09-25 06:37:54 +0800
committerzeertzjq <zeertzjq@outlook.com>2023-09-25 06:38:38 +0800
commit57b84f6d640a13e0f1aed5e713609b366400c48f (patch)
treee071f735ada8f83647833675e97f6158974f3c77 /src
parent7d4967547b2793a29f9bd602ec6819458be1bd49 (diff)
downloadrneovim-57b84f6d640a13e0f1aed5e713609b366400c48f.tar.gz
rneovim-57b84f6d640a13e0f1aed5e713609b366400c48f.tar.bz2
rneovim-57b84f6d640a13e0f1aed5e713609b366400c48f.zip
vim-patch:790f9a890cee
runtime(doc): Add a missing '<' to the help of strutf16len() (vim/vim#13168) https://github.com/vim/vim/commit/790f9a890ceeb9539776265cba0f026fb2c96790 Co-authored-by: a5ob7r <12132068+a5ob7r@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/nvim/eval.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua
index fe816ee8c2..858f7c8afd 100644
--- a/src/nvim/eval.lua
+++ b/src/nvim/eval.lua
@@ -10973,7 +10973,7 @@ M.funcs = {
echo strutf16len('😊') " returns 2
echo strutf16len('ą́') " returns 1
echo strutf16len('ą́', v:true) " returns 3
-
+ <
]=],
name = 'strutf16len',
params = { { 'string', 'string' }, { 'countcc', '0|1' } },