comparison src/version.c @ 13996:59121ffd7fce v8.1.0016

patch 8.1.0016: possible crash in term_wait() commit https://github.com/vim/vim/commit/d45aa55d42211eb2f42e0a04ff77537a5df51c40 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 21 22:50:29 2018 +0200 patch 8.1.0016: possible crash in term_wait() Problem: Possible crash in term_wait(). (Dominique Pelle) Solution: Check for a valid buffer after ui_delay(). (closes https://github.com/vim/vim/issues/2944)
author Christian Brabandt <cb@256bit.org>
date Mon, 21 May 2018 23:00:06 +0200
parents 411dd50f1daa
children c3f9c37160e7
comparison
equal deleted inserted replaced
13995:d854ec09a9a4 13996:59121ffd7fce
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 16,
764 /**/ 766 /**/
765 15, 767 15,
766 /**/ 768 /**/
767 14, 769 14,
768 /**/ 770 /**/