commit | 63e82db6fc910b2d8f1cd018894e50e8b4448155 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 12:10:48 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 12:10:48 2018 +0100 |
tree | ecd9a84d5303a6712e599ba7f9b6ba0bd679804c | |
parent | 987723e084660290270b3c3d943eb13bd828d5da [diff] [blame] |
patch 8.0.1575: crash when using virtual replace Problem: Crash when using virtual replace. Solution: Adjust orig_line_count. Add more tests. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 3cf2550..c47cf6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1575, +/**/ 1574, /**/ 1573,