1
0
forked from aniani/vim

updated for version 7.4.261

Problem:    When updating the window involves a regexp pattern, an interactive
            substitute to replace a "\n" with a line break fails. (Ingo
            Karkat)
Solution:   Set reg_line_lbr in vim_regsub() and vim_regsub_multi().
This commit is contained in:
Bram Moolenaar
2014-04-23 18:48:47 +02:00
parent 9bdfb0025c
commit 93fc481b57
4 changed files with 4 additions and 0 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
261,
/**/
260,
/**/