commit | d32a319f40e1554c100f3027fd077d278b064f67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 26 19:40:49 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 26 19:40:49 2009 +0000 |
tree | 5dd19e5042a5f65c067969752ee55a2aa963a6d4 | |
parent | 5ea08a893a83bd718a2be7e2ebcf18cc5fd43fa1 [diff] [blame] |
updated for version 7.2-309
diff --git a/src/regexp.c b/src/regexp.c index e507e40..037222e 100644 --- a/src/regexp.c +++ b/src/regexp.c
@@ -7214,6 +7214,8 @@ } #ifdef FEAT_EVAL +static char_u *reg_getline_submatch __ARGS((linenr_T lnum)); + /* * Call reg_getline() with the line numbers from the submatch. If a * substitute() was used the reg_maxline and other values have been