-
Notifications
You must be signed in to change notification settings - Fork 0
g:uctags_use_readtags
FrancescoMagliocco edited this page Aug 9, 2019
·
2 revisions
Default: 1
As mentioned on the official Universal-Ctags Docs about
readtags:
Currently this feature is only available on platforms where
fmemopen
is available as part of libc. Filtering in readtags is an experimental feature.
Prior to the implementation of this feature into Vim-UCTags, the way tags were searched was by manually parsing through the entire tags file. From a coding point of view, this was very tedious and on occasion was a bottleneck, especially when the tags file had an immense amount of lines. With that said, the performance increase is most likely marginal at best with hope in being greater in the future.
Similar to g:uctags_use_perl, there are Vim and Perl variant
procedures that are utilized when not using readtags
.
- Home
- Requirements
- Optional Dependencies
- Installing
- Definitions
-
Global Options
- g:uctags_executable
- g:uctags_tags_file
- g:uctags_pre_args
- g:uctags_extra_args
- g:uctags_use_keyword
- g:uctags_skip_non_keyword
- g:uctags_use_only_match
- g:uctags_use_keyword_over_match
- g:uctags_use_perl
- g:uctags_use_readtags
- g:uctags_max_syn
- g:uctags_skip_kind_for
- g:uctags_kind_to_hlg
- g:uctags_match_map
- g:uctags_args
- g:uctags_hl_group_map
- g:uctags_lang_map