From: a5ob7r <12132068+a5ob7r@users.noreply.github.com> Date: Sun, 24 Sep 2023 21:05:47 +0000 (+0900) Subject: runtime(doc): Add a missing '<' to the help of strutf16len() (#13168) X-Git-Tag: v9.0.1932~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=790f9a890ceeb9539776265cba0f026fb2c96790;p=thirdparty%2Fvim.git runtime(doc): Add a missing '<' to the help of strutf16len() (#13168) Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index a52a3df0b4..74e024d97d 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -9443,7 +9443,7 @@ strutf16len({string} [, {countcc}]) *strutf16len()* echo strutf16len('😊') returns 2 echo strutf16len('ą́') returns 1 echo strutf16len('ą́', v:true) returns 3 - +< Can also be used as a |method|: > GetText()->strutf16len() <