]> granicus.if.org Git - vim/commit
patch 8.1.1321: no docs or tests for listener functions v8.1.1321
authorBram Moolenaar <Bram@vim.org>
Sat, 11 May 2019 19:14:24 +0000 (21:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 11 May 2019 19:14:24 +0000 (21:14 +0200)
commita334772967de25764ed7b11d768e8b977818d0c6
tree1f5b7b787eb7b18e2adb6aee66843837d64cdb99
parent6d2399bd1053b367e13cc2b8991d3ff0bf724c7c
patch 8.1.1321: no docs or tests for listener functions

Problem:    No docs or tests for listener functions.
Solution:   Add help and tests for listener_add() and listener_remove().
            Invoke the callbacks before redrawing.
runtime/doc/eval.txt
runtime/doc/usr_41.txt
src/change.c
src/evalfunc.c
src/proto/evalfunc.pro
src/screen.c
src/testdir/Make_all.mak
src/testdir/test_listener.vim [new file with mode: 0644]
src/version.c