From 6a63b0986f20e09817c4273f42aa7c64236b2e91 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 23 Apr 2014 19:09:45 +0200 Subject: vim-patch: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(). https://code.google.com/p/vim/source/detail?r=43c6cd07c8defd8505acbe479c6970764c08e6f9 --- src/version.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index d7a8829106..b86f2de7a2 100644 --- a/src/version.c +++ b/src/version.c @@ -202,6 +202,13 @@ static char *(features[]) = { static int included_patches[] = { // Add new patch number below this line + //265, + //264, + //263, + //262, + 261, + //260, + //259, //258, //257, //256, -- cgit