<p>In <a href="https://github.com/geany/geany/pull/963#discussion_r56771239">src/utils.c</a>:</p>
<pre style='color:#555'>> @@ -1788,6 +1788,9 @@ void utils_tidy_path(gchar *filename)
>    const gchar *needle;
>    gboolean preserve_double_backslash = FALSE;
>  
> +  if (utils_is_uri(filename))
> +          return;
</pre>
<p>Can do. But can relative paths be part of a valid URI?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/geany/geany/pull/963/files/f366d1d40972ffbe7c7216301f8582aafe4957b5..b4cf42397c77249d18d5972e981e9e873ee94175#r56771239">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJwRxd7ikjdXIWloN1WrzhFpSkIvTks5pvaypgaJpZM4HvqFb.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/963/files/f366d1d40972ffbe7c7216301f8582aafe4957b5..b4cf42397c77249d18d5972e981e9e873ee94175#r56771239"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>