diff src/version.c @ 14232:4afe2386aae8 v8.1.0133

patch 8.1.0133: tagfiles() can have duplicate entries commit https://github.com/vim/vim/commit/46577b5e5445c4aaa1e7ae1764373d11dae71663 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 30 22:40:42 2018 +0200 patch 8.1.0133: tagfiles() can have duplicate entries Problem: tagfiles() can have duplicate entries. Solution: Simplify the filename to make checking for duplicates work better. Add a test. (Dominique Pelle, closes #2979)
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Jun 2018 22:45:06 +0200
parents 2e95ea9afa1e
children 4abb1a6122f1
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -790,6 +790,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    133,
+/**/
     132,
 /**/
     131,