mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.4.262
Problem: Duplicate code in regexec(). Solution: Add line_lbr flag to regexec_nl().
This commit is contained in:
@@ -149,11 +149,7 @@ struct regengine
|
||||
{
|
||||
regprog_T *(*regcomp)(char_u*, int);
|
||||
void (*regfree)(regprog_T *);
|
||||
int (*regexec)(regmatch_T*, char_u*, colnr_T);
|
||||
#if defined(FEAT_MODIFY_FNAME) || defined(FEAT_EVAL) \
|
||||
|| defined(FIND_REPLACE_DIALOG) || defined(PROTO)
|
||||
int (*regexec_nl)(regmatch_T*, char_u*, colnr_T);
|
||||
#endif
|
||||
int (*regexec_nl)(regmatch_T*, char_u*, colnr_T, int);
|
||||
long (*regexec_multi)(regmmatch_T*, win_T*, buf_T*, linenr_T, colnr_T, proftime_T*);
|
||||
#ifdef DEBUG
|
||||
char_u *expr;
|
||||
|
Reference in New Issue
Block a user