diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1292,
+/**/
     1291,
 /**/
     1290,