Skip to content

Commit 4680b01

Browse files
authored
Merge pull request #3187 from techee/update_mini_geany
mini-geany: Call initRegexOptscript() in ctagsInit()
2 parents 0673dac + f13954a commit 4680b01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/mini-geany.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ static void ctagsInit(void)
9494

9595
initializeParsing ();
9696
initOptions ();
97+
initRegexOptscript ();
9798

9899
/* make sure all parsers are initialized */
99100
initializeParser (LANG_AUTO);

0 commit comments

Comments
 (0)