From df36514a6455342e178af693553ef9df9fcf8c83 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 3 May 2021 20:01:45 +0200 Subject: patch 8.2.2829: some comments are not correct or clear Problem: Some comments are not correct or clear. Solution: Adjust the comments. Add test for cursor position. --- src/regexp_bt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/regexp_bt.c') diff --git a/src/regexp_bt.c b/src/regexp_bt.c index 70eab25b3..afea5e4cb 100644 --- a/src/regexp_bt.c +++ b/src/regexp_bt.c @@ -4764,7 +4764,7 @@ regtry( /* * Match a regexp against a string ("line" points to the string) or multiple - * lines ("line" is NULL, use reg_getline()). + * lines (if "line" is NULL, use reg_getline()). * Returns 0 for failure, number of lines contained in the match otherwise. */ static long -- cgit v1.2.1