comparison src/version.c @ 21483:de74d764d36c v8.2.1292

patch 8.2.1292: AIDL filetype not recognized Commit: https://github.com/vim/vim/commit/2afc3b4f776a4fe2bb22d0a79e77012d79b4ec1e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 25 16:53:12 2020 +0200 patch 8.2.1292: AIDL filetype not recognized Problem: AIDL filetype not recognized. Solution: Add filetype detection. (Dominique Pell?, closes https://github.com/vim/vim/issues/6533)
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Jul 2020 17:00:04 +0200
parents 279b3415947f
children afc8cc1a291f
comparison
equal deleted inserted replaced
21482:f15b6aaa0011 21483:de74d764d36c
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1292,
757 /**/ 759 /**/
758 1291, 760 1291,
759 /**/ 761 /**/
760 1290, 762 1290,
761 /**/ 763 /**/