Ignore local tags for autocompletion in other files
commit10fba80d84fa940c10f193bc351f96e2cc32d92b
authorJiří Techet <techet@gmail.com>
Mon, 29 Aug 2022 17:35:46 +0000 (29 19:35 +0200)
committerJiří Techet <techet@gmail.com>
Mon, 29 Aug 2022 17:35:46 +0000 (29 19:35 +0200)
treefd34f488783b24b96e4b4b41b58e42308ece1f2c
parent5cdfe35cf26ca6935eddc652cceb799e0cbad142
Ignore local tags for autocompletion in other files

ctags sets the tag's "local" flag to true for tags whose visibility is
limited to the current file only. These are for instance "static" functions
in C.

We can ignore these tags for autocompletion in other files than the
tag's file which reduces the number of irrelevant tags in the
autocompletion popup.
src/tagmanager/tm_workspace.c