commit | 7b31a181c84ec6b9050892e80f3132907569f8d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 24 21:39:27 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 24 21:39:27 2019 +0200 |
tree | 1d12931fd5662f6c266b6e7fdcc620d2c82d6437 | |
parent | f0884c5f3f5a25481d1e16f0979aa978a6690bb1 [diff] [blame] |
patch 8.1.1389: changes are not flushed when end and start overlap Problem: Changes are not flushed when end and start overlap. (Paul Jolly) Solution: When end of a previous changes overlaps with start of a new change, first flush listeners.
diff --git a/src/version.c b/src/version.c index 81b7486..03ad4bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1389, +/**/ 1388, /**/ 1387,