<p></p>
<p><b>@elextr</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany/pull/3204#discussion_r873088072">src/tagmanager/tm_workspace.c</a>:</p>
<pre style='color:#555'>> @@ -453,19 +419,19 @@ static GList *lookup_includes(const gchar **includes, gint includes_count)
 #ifdef HAVE_GLOB_H
        globbuf.gl_offs = 0;
 
-       if (includes[0][0] == '"') /* leading \" char for glob matching */
+       if (sources[0][0] == '"')  /* leading \" char for glob matching */
</pre>
<p dir="auto">I know its not something you changed (except the variable name) but where did this <code class="notranslate">"</code> come from?  Its not mentioned in the manual as being required for globbing, nor in the parameter description of <code class="notranslate">sources</code>?</p>
<p dir="auto">Also its only tested on <code class="notranslate">sources[0]</code> but then assumed on all sources below.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/3204#pullrequestreview-973108384">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ7ZZ2HY5MVLIVLNWIDVKA6JXANCNFSM5V4BUHKQ">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAIOWJ73VYYGEBXWIE7TWYTVKA6JXA5CNFSM5V4BUHK2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOHIAHJIA.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><geany/geany/pull/3204/review/973108384</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/3204#pullrequestreview-973108384",
"url": "https://github.com/geany/geany/pull/3204#pullrequestreview-973108384",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>