diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-05-03 20:01:45 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-05-03 20:01:45 +0200 |
commit | df36514a6455342e178af693553ef9df9fcf8c83 (patch) | |
tree | 4acc1d74a3bd59c2b226817d12b94daa9752b54d /src/regexp_bt.c | |
parent | 97a6c6a1fb6043fd6520fbaaafc6970334186167 (diff) | |
download | vim-git-df36514a6455342e178af693553ef9df9fcf8c83.tar.gz |
patch 8.2.2829: some comments are not correct or clearv8.2.2829
Problem: Some comments are not correct or clear.
Solution: Adjust the comments. Add test for cursor position.
Diffstat (limited to 'src/regexp_bt.c')
-rw-r--r-- | src/regexp_bt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |