changeset 33334:472bf147d4ed

runtime(doc): Add a missing '<' to the help of strutf16len() (#13168) Commit: https://github.com/vim/vim/commit/790f9a890ceeb9539776265cba0f026fb2c96790 Author: a5ob7r <12132068+a5ob7r@users.noreply.github.com> Date: Mon Sep 25 06:05:47 2023 +0900 runtime(doc): Add a missing '<' to the help of strutf16len() (https://github.com/vim/vim/issues/13168) Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Sep 2023 23:15:04 +0200
parents fed9c5ffde42
children 7c94eca6a875
files runtime/doc/builtin.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -9443,7 +9443,7 @@ strutf16len({string} [, {countcc}])			*s
 		    echo strutf16len('😊')		returns 2
 		    echo strutf16len('ą́')		returns 1
 		    echo strutf16len('ą́', v:true)	returns 3
-
+<
 		Can also be used as a |method|: >
 			GetText()->strutf16len()
 <