comparison src/version.c @ 23960:dbc6c893a67a v8.2.2522

patch 8.2.2522: Beancount filetype not recognized Commit: https://github.com/vim/vim/commit/9bbd883b3528b37dcacad22ad58861105a9ae428 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 17 12:25:49 2021 +0100 patch 8.2.2522: Beancount filetype not recognized Problem: Beancount filetype not recognized. Solution: Add a detection rule. (Brian Ryall, closes https://github.com/vim/vim/issues/7859)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Feb 2021 12:30:04 +0100
parents 41cf615ab57f
children 436e702af70c
comparison
equal deleted inserted replaced
23959:23cc161f0814 23960:dbc6c893a67a
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 2522,
753 /**/ 755 /**/
754 2521, 756 2521,
755 /**/ 757 /**/
756 2520, 758 2520,
757 /**/ 759 /**/