diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-09-25 07:15:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 07:15:19 +0800 |
commit | 8195c180065a7f477b63f0eb4e5edb890adba0c5 (patch) | |
tree | a32d5f18b65368bcf19956b96fbc792d064a5ee2 /src/nvim/eval.lua | |
parent | 7d4967547b2793a29f9bd602ec6819458be1bd49 (diff) | |
parent | 2049e22f7f5c11d5ef34fca6c4634ac246dfa42d (diff) | |
download | rneovim-8195c180065a7f477b63f0eb4e5edb890adba0c5.tar.gz rneovim-8195c180065a7f477b63f0eb4e5edb890adba0c5.tar.bz2 rneovim-8195c180065a7f477b63f0eb4e5edb890adba0c5.zip |
Merge pull request #25349 from zeertzjq/vim-790f9a890cee
vim-patch:790f9a890cee,960822a11f70
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r-- | src/nvim/eval.lua | 2 |
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' } }, |