Mercurial > vim
comparison src/version.c @ 16638:4790302965fc v8.1.1321
patch 8.1.1321: no docs or tests for listener functions
commit https://github.com/vim/vim/commit/a334772967de25764ed7b11d768e8b977818d0c6
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat May 11 21:14:24 2019 +0200
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.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 11 May 2019 21:15:06 +0200 |
parents | 0daf9eca3541 |
children | 92ad5eb7afcb |
comparison
equal
deleted
inserted
replaced
16637:511e89374819 | 16638:4790302965fc |
---|---|
765 NULL | 765 NULL |
766 }; | 766 }; |
767 | 767 |
768 static int included_patches[] = | 768 static int included_patches[] = |
769 { /* Add new patch number below this line */ | 769 { /* Add new patch number below this line */ |
770 /**/ | |
771 1321, | |
770 /**/ | 772 /**/ |
771 1320, | 773 1320, |
772 /**/ | 774 /**/ |
773 1319, | 775 1319, |
774 /**/ | 776 /**/ |