comparison src/version.c @ 19898:648752e0d579 v8.2.0505

patch 8.2.0505: term_getty() not sufficiently tested Commit: https://github.com/vim/vim/commit/01603a9970421272621f7c1ecdc560b522c92e61 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 3 12:56:17 2020 +0200 patch 8.2.0505: term_getty() not sufficiently tested Problem: term_getty() not sufficiently tested. Solution: Add more asserts. (Dominique Pelle, closes https://github.com/vim/vim/issues/5877)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Apr 2020 13:00:04 +0200
parents 92177b596695
children ff89394116ea
comparison
equal deleted inserted replaced
19897:9798325ea060 19898:648752e0d579
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 505,
741 /**/ 743 /**/
742 504, 744 504,
743 /**/ 745 /**/
744 503, 746 503,
745 /**/ 747 /**/