0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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.
This commit is contained in:
Bram Moolenaar
2021-05-03 20:01:45 +02:00
parent 97a6c6a1fb
commit df36514a64
5 changed files with 16 additions and 5 deletions

View File

@@ -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