diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-09-25 06:37:54 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2023-09-25 06:38:38 +0800 |
commit | 57b84f6d640a13e0f1aed5e713609b366400c48f (patch) | |
tree | e071f735ada8f83647833675e97f6158974f3c77 /runtime/lua/vim/_meta/vimfn.lua | |
parent | 7d4967547b2793a29f9bd602ec6819458be1bd49 (diff) | |
download | rneovim-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 'runtime/lua/vim/_meta/vimfn.lua')
-rw-r--r-- | runtime/lua/vim/_meta/vimfn.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/_meta/vimfn.lua b/runtime/lua/vim/_meta/vimfn.lua index 4113797759..6686661a27 100644 --- a/runtime/lua/vim/_meta/vimfn.lua +++ b/runtime/lua/vim/_meta/vimfn.lua @@ -9192,6 +9192,7 @@ function vim.fn.strtrans(string) end --- echo strutf16len('😊') " returns 2 --- echo strutf16len('ą́') " returns 1 --- echo strutf16len('ą́', v:true) " returns 3 +--- < --- --- @param string string --- @param countcc? 0|1 |