comparison src/version.c @ 16666:978bcd70883d v8.1.1335

patch 8.1.1335: listener callback is called after inserting text commit https://github.com/vim/vim/commit/dda4144d39a9d685b8dda830978e7410bd372c40 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 16 22:11:47 2019 +0200 patch 8.1.1335: listener callback is called after inserting text Problem: Listener callback is called after inserting text. Solution: Flush the changes before inserting or deleting a line. Store changes per buffer.
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 May 2019 22:15:06 +0200
parents ca1814eeecf5
children 81be817c9d9a
comparison
equal deleted inserted replaced
16665:64f31042d128 16666:978bcd70883d
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 1335,
770 /**/ 772 /**/
771 1334, 773 1334,
772 /**/ 774 /**/
773 1333, 775 1333,
774 /**/ 776 /**/