Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Enrico Tröger enrico.troeger@uvena.de Date: Thu, 25 Nov 2021 11:02:52 UTC Commit: ebb7fcd005e405062a7eba123db5a8213faf1b92 https://github.com/geany/geany/commit/ebb7fcd005e405062a7eba123db5a8213faf1b...
Log Message: ----------- Call initRegexOptscript() in tm_ctags_init()
Since the optscript library is now used by ctags, it has to be initialized, otherwise Geany crashes.
Modified Paths: -------------- src/tagmanager/tm_ctags.c
Modified: src/tagmanager/tm_ctags.c 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -207,6 +207,7 @@ void tm_ctags_init(void)
initializeParsing(); initOptions(); + initRegexOptscript();
/* make sure all parsers are initialized */ initializeParser(LANG_AUTO);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).