diff src/version.c @ 14946:8ca1dc213836 v8.1.0484

patch 8.1.0484: some file types are not recognized commit https://github.com/vim/vim/commit/38654503b04dd5ff4813f81892d9f62db1ff01b9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 19 16:27:31 2018 +0200 patch 8.1.0484: some file types are not recognized Problem: Some file types are not recognized. Solution: Update the file type detection.
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Oct 2018 16:30:09 +0200
parents d95d6580d84b
children cb07193c6257
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -793,6 +793,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    484,
+/**/
     483,
 /**/
     482,