forked from aniani/vim
patch 9.0.0950: the pattern "\_s\zs" matches at EOL
Problem: The pattern "\_s\zs" matches at EOL. Solution: Make the pattern "\_s\zs" match at the start of the next line. (closes #11617)
This commit is contained in:
@@ -1093,7 +1093,6 @@ static void cleanup_subexpr(void);
|
||||
#ifdef FEAT_SYN_HL
|
||||
static void cleanup_zsubexpr(void);
|
||||
#endif
|
||||
static void reg_nextline(void);
|
||||
static int match_with_backref(linenr_T start_lnum, colnr_T start_col, linenr_T end_lnum, colnr_T end_col, int *bytelen);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user