[geany/geany] ebb7fc: Call initRegexOptscript() in tm_ctags_init()

Jiří Techet git-noreply at xxxxx
Thu Nov 25 11:02:52 UTC 2021


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Thu, 25 Nov 2021 11:02:52 UTC
Commit:      ebb7fcd005e405062a7eba123db5a8213faf1b92
             https://github.com/geany/geany/commit/ebb7fcd005e405062a7eba123db5a8213faf1b92

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).


More information about the Commits mailing list