comparison 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
comparison
equal deleted inserted replaced
14231:796ea9f41694 14232:4afe2386aae8
787 NULL 787 NULL
788 }; 788 };
789 789
790 static int included_patches[] = 790 static int included_patches[] =
791 { /* Add new patch number below this line */ 791 { /* Add new patch number below this line */
792 /**/
793 133,
792 /**/ 794 /**/
793 132, 795 132,
794 /**/ 796 /**/
795 131, 797 131,
796 /**/ 798 /**/