comparison 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
comparison
equal deleted inserted replaced
22917:0a8359e95ec9 22918:f83e31419f6e
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2006,
753 /**/ 755 /**/
754 2005, 756 2005,
755 /**/ 757 /**/
756 2004, 758 2004,
757 /**/ 759 /**/