comparison src/version.c @ 16176:4d7ee5609652 v8.1.1093

patch 8.1.1093: support for outdated tags format slows down tag parsing commit https://github.com/vim/vim/commit/96428dd4e961332e97d86013a321cedf5fafbed6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 30 21:19:34 2019 +0100 patch 8.1.1093: support for outdated tags format slows down tag parsing Problem: Support for outdated tags format slows down tag parsing. Solution: Remove FEAT_TAG_OLDSTATIC.
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Mar 2019 21:30:04 +0100
parents 0f3c50a68637
children a8689ea2e869
comparison
equal deleted inserted replaced
16175:3994c90ff9b3 16176:4d7ee5609652
603 #ifdef FEAT_TAG_BINS 603 #ifdef FEAT_TAG_BINS
604 "+tag_binary", 604 "+tag_binary",
605 #else 605 #else
606 "-tag_binary", 606 "-tag_binary",
607 #endif 607 #endif
608 #ifdef FEAT_TAG_OLDSTATIC
609 "+tag_old_static",
610 #else
611 "-tag_old_static", 608 "-tag_old_static",
612 #endif
613 "-tag_any_white", 609 "-tag_any_white",
614 #ifdef FEAT_TCL 610 #ifdef FEAT_TCL
615 # ifdef DYNAMIC_TCL 611 # ifdef DYNAMIC_TCL
616 "+tcl/dyn", 612 "+tcl/dyn",
617 # else 613 # else
773 NULL 769 NULL
774 }; 770 };
775 771
776 static int included_patches[] = 772 static int included_patches[] =
777 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1093,
778 /**/ 776 /**/
779 1092, 777 1092,
780 /**/ 778 /**/
781 1091, 779 1091,
782 /**/ 780 /**/