diff src/version.c @ 22456:693b7e5d7f3a v8.2.1776

patch 8.2.1776: filetype.vim may be loaded twice Commit: https://github.com/vim/vim/commit/17bb4d4607a95e13e913519af106f1bf8b26c178 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 30 22:45:39 2020 +0200 patch 8.2.1776: filetype.vim may be loaded twice Problem: Filetype.vim may be loaded twice. Solution: Do "syntax on" after "filetype on". (Adam Stankiewicz, closes #7049)
author Bram Moolenaar <Bram@vim.org>
date Wed, 30 Sep 2020 23:00:04 +0200
parents 849c6f766b19
children f5731190bc66
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1776,
+/**/
     1775,
 /**/
     1774,