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/testdir/test79.in | Bin 2713 -> 2971 bytes src/testdir/test79.ok | Bin 421 -> 439 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'src/testdir') diff --git a/src/testdir/test79.in b/src/testdir/test79.in index f15ecc0f8d..c6108097d9 100644 Binary files a/src/testdir/test79.in and b/src/testdir/test79.in differ diff --git a/src/testdir/test79.ok b/src/testdir/test79.ok index bb30d14052..8d2ead67ed 100644 Binary files a/src/testdir/test79.ok and b/src/testdir/test79.ok differ -- cgit