comparison src/version.c @ 25497:2246bcbeff89 v8.2.3285

patch 8.2.3285: scdoc filetype is not recognized Commit: https://github.com/vim/vim/commit/dd097bdc1376e4ca2cfd4a4d64021b6ba0df4bed Author: Gregory Anders <greg@gpanders.com> Date: Wed Aug 4 20:00:27 2021 +0200 patch 8.2.3285: scdoc filetype is not recognized Problem: Scdoc filetype is not recognized. Solution: Add filetype detection. (Gregory Anders, closes https://github.com/vim/vim/issues/8701)
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Aug 2021 20:15:03 +0200
parents 7144d2ffc86b
children 5ebf9bb1cbcd
comparison
equal deleted inserted replaced
25496:3fd9892abbcb 25497:2246bcbeff89
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3285,
758 /**/ 760 /**/
759 3284, 761 3284,
760 /**/ 762 /**/
761 3283, 763 3283,
762 /**/ 764 /**/