comparison src/version.c @ 13519:4a44c90dd671 v8.0.1633

patch 8.0.1633: a TextChanged autocmd triggers when it is defined commit https://github.com/vim/vim/commit/8c64a36e40b8746404f7151abe6849393396af10 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 23 22:39:31 2018 +0100 patch 8.0.1633: a TextChanged autocmd triggers when it is defined Problem: A TextChanged autocmd triggers when it is defined after creating a buffer. Solution: Set b_last_changedtick when opening a buffer. (Hirohito Highlight, closes #2742)
author Christian Brabandt <cb@256bit.org>
date Fri, 23 Mar 2018 22:45:07 +0100
parents d0d66898e98b
children 15c856a1617b
comparison
equal deleted inserted replaced
13518:0397a4db5af4 13519:4a44c90dd671
764 NULL 764 NULL
765 }; 765 };
766 766
767 static int included_patches[] = 767 static int included_patches[] =
768 { /* Add new patch number below this line */ 768 { /* Add new patch number below this line */
769 /**/
770 1633,
769 /**/ 771 /**/
770 1632, 772 1632,
771 /**/ 773 /**/
772 1631, 774 1631,
773 /**/ 775 /**/