commit | 6d2399bd1053b367e13cc2b8991d3ff0bf724c7c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 11 19:14:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 11 19:14:16 2019 +0200 |
tree | d80ead8330e09e75221c0269235e8a69092634c6 | |
parent | 6ed8819822994512c160006bd1204aa11ae3c494 [diff] [blame] |
patch 8.1.1320: it is not possible to track changes to a buffer Problem: It is not possible to track changes to a buffer. Solution: Add listener_add() and listener_remove(). No docs or tests yet.
diff --git a/src/version.c b/src/version.c index 7bcb8c8..1829fa3 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1320, +/**/ 1319, /**/ 1318,