diff src/version.c @ 18926:50355c55519f v8.2.0024

patch 8.2.0024: filetype Rego not recognized Commit: https://github.com/vim/vim/commit/a4ce82fe2e990eb9eaabf6ad400e2a74cce50ce6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 19 15:57:42 2019 +0100 patch 8.2.0024: filetype Rego not recognized Problem: Filetype Rego not recognized. Solution: Add *.rego. (Matt Dunford, closes https://github.com/vim/vim/issues/5376)
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Dec 2019 16:00:04 +0100
parents a18d7782b80f
children edacd1e922c0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    24,
+/**/
     23,
 /**/
     22,