]> granicus.if.org Git - vim/commit
patch 8.1.1320: it is not possible to track changes to a buffer v8.1.1320
authorBram Moolenaar <Bram@vim.org>
Sat, 11 May 2019 17:14:16 +0000 (19:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 11 May 2019 17:14:16 +0000 (19:14 +0200)
commit6d2399bd1053b367e13cc2b8991d3ff0bf724c7c
treed80ead8330e09e75221c0269235e8a69092634c6
parent6ed8819822994512c160006bd1204aa11ae3c494
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.
src/change.c
src/proto/change.pro
src/structs.h
src/version.c