summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-03-30 21:19:34 +0100
committerBram Moolenaar <Bram@vim.org>2019-03-30 21:19:34 +0100
commit96428dd4e961332e97d86013a321cedf5fafbed6 (patch)
treef1fd53c2008433b6ecce9066100ac2de9289843b /src/feature.h
parent372674fca3250069d8f4943b572474ce077849fd (diff)
patch 8.1.1093: support for outdated tags format slows down tag parsingv8.1.1093
Problem: Support for outdated tags format slows down tag parsing. Solution: Remove FEAT_TAG_OLDSTATIC.
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/feature.h b/src/feature.h
index 63b5536696..b900569a59 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -305,12 +305,9 @@
#endif
/*
- * +tag_old_static Old style static tags: "file:tag file ..". Slows
- * down tag searching a bit.
+ * +tag_old_static Old style static tags: "file:tag file ..".
+ * Support was removed in 8.1.1093.
*/
-#ifdef FEAT_NORMAL
-# define FEAT_TAG_OLDSTATIC
-#endif
/*
* +cscope Unix only: Cscope support.