commit | 790f9a890ceeb9539776265cba0f026fb2c96790 | [log] [tgz] |
---|---|---|
author | a5ob7r <12132068+a5ob7r@users.noreply.github.com> | Mon Sep 25 06:05:47 2023 +0900 |
committer | GitHub <noreply@github.com> | Sun Sep 24 23:05:47 2023 +0200 |
tree | d26e69146484535dbd3042137223ce7e4f6c72c9 | |
parent | ca0ffc0d63727850c520a80929698e4c199b17f4 [diff] |
runtime(doc): Add a missing '<' to the help of strutf16len() (#13168) Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index a52a3df..74e024d 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt
@@ -9443,7 +9443,7 @@ echo strutf16len('😊') returns 2 echo strutf16len('ą́') returns 1 echo strutf16len('ą́', v:true) returns 3 - +< Can also be used as a |method|: > GetText()->strutf16len() <