comparison src/version.c @ 12796:9d51b8c6b84e v8.0.1275

patch 8.0.1275: CmdlineLeave autocmd prevents fold from opening commit https://github.com/vim/vim/commit/c9e9c7140994154bb4a29764491d42c001b24596 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 9 12:29:35 2017 +0100 patch 8.0.1275: CmdlineLeave autocmd prevents fold from opening Problem: CmdlineLeave autocmd prevents fold from opening. (Waivek) Solution: Save and restore KeyTyped. (closes https://github.com/vim/vim/issues/2305)
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Nov 2017 12:30:05 +0100
parents d4fc8a7dc7d9
children 5ae0d05e046a
comparison
equal deleted inserted replaced
12795:ab981881d72b 12796:9d51b8c6b84e
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1275,
764 /**/ 766 /**/
765 1274, 767 1274,
766 /**/ 768 /**/
767 1273, 769 1273,
768 /**/ 770 /**/