diff src/version.c @ 22918:f83e31419f6e v8.2.2006

patch 8.2.2006: .pbtxt files are not recognized Commit: https://github.com/vim/vim/commit/88774a30c0b1957a6177cdb69d2becedae610299 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 18 12:12:39 2020 +0100 patch 8.2.2006: .pbtxt files are not recognized Problem: .pbtxt files are not recognized. Solution: Recognize .pbtxt as protobuf text buffers. (closes https://github.com/vim/vim/issues/7326)
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Nov 2020 12:15:04 +0100
parents 1fe53aae3ba0
children 696364caabea
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 */
 /**/
+    2006,
+/**/
     2005,
 /**/
     2004,