comparison src/version.c @ 23120:640ec41661b1 v8.2.2106

patch 8.2.2106: TOML files are not recognized Commit: https://github.com/vim/vim/commit/b237ae7b837a31922d31c3a27b7c66e63468b8a8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 7 18:05:02 2020 +0100 patch 8.2.2106: TOML files are not recognized Problem: TOML files are not recognized. Solution: Match *.toml. (issue https://github.com/vim/vim/issues/7432)
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Dec 2020 18:15:04 +0100
parents 24326797a9aa
children 60a0221beab0
comparison
equal deleted inserted replaced
23119:2c01f0efcb8b 23120:640ec41661b1
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2106,
753 /**/ 755 /**/
754 2105, 756 2105,
755 /**/ 757 /**/
756 2104, 758 2104,
757 /**/ 759 /**/