comparison src/version.c @ 29875:cb4d95b545f1 v9.0.0276

patch 9.0.0276: 'buftype' values not sufficiently tested Commit: https://github.com/vim/vim/commit/93f72cc119c796f1ccb75468ef9e446cbfb41e9b Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Aug 26 15:34:52 2022 +0100 patch 9.0.0276: 'buftype' values not sufficiently tested Problem: 'buftype' values not sufficiently tested. Solution: Add and extend tests with 'buftype' values. (closes https://github.com/vim/vim/issues/10988)
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Aug 2022 16:45:03 +0200
parents adc2dec6d27d
children 032cc5280408
comparison
equal deleted inserted replaced
29874:fd1e8bf02d4b 29875:cb4d95b545f1
721 NULL 721 NULL
722 }; 722 };
723 723
724 static int included_patches[] = 724 static int included_patches[] =
725 { /* Add new patch number below this line */ 725 { /* Add new patch number below this line */
726 /**/
727 276,
726 /**/ 728 /**/
727 275, 729 275,
728 /**/ 730 /**/
729 274, 731 274,
730 /**/ 732 /**/