forked from aniani/vim
patch 8.1.1228: not possible to process tags with a function
Problem: Not possible to process tags with a function. Solution: Add tagfunc() (Christian Brabandt, Andy Massimino, closes #4010)
This commit is contained in:
@@ -1068,6 +1068,9 @@ enum
|
||||
#endif
|
||||
, BV_SW
|
||||
, BV_SWF
|
||||
#ifdef FEAT_EVAL
|
||||
, BV_TFU
|
||||
#endif
|
||||
, BV_TAGS
|
||||
, BV_TC
|
||||
, BV_TS
|
||||
|
||||
Reference in New Issue
Block a user