<p>In <a href="https://github.com/geany/geany/pull/862#discussion_r49343236">src/editor.c</a>:</p>
<pre style='color:#555'>>      GeanyFiletype *ft = editor->document->file_type;
> +  GPtrArray *tags;
> +  gboolean function = FALSE;
> +  gboolean member;
> +  gboolean ret = FALSE;
> +  const gchar *current_scope;
> +  const gchar *context_sep = symbols_get_context_separator(ft->id);
</pre>
<p>No no, I just meant calling <code>tm_tag_context_separator(ft->lang)</code> here instead of <code>symbols_get_context_separator(ft->id)</code> to avoid the indirection of <code>symbols_get_context_separator()</code> itself calling <code>tm_tag_context_separator()</code>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/862/files#r49343236">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ-RHvRid9Q7moBvG8xcKexwvpxiqks5pY9JVgaJpZM4HB6zU.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/862/files#r49343236"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>