<p>In <a href="https://github.com/geany/geany/pull/963#discussion_r56756302">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>what about skipping the scheme instead?  around the line of a sane version of <code>filename = strstr(filename, "://") + 3</code>.</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#r56756302">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ6OWT2m-XyRCNBo99JCAS2jwuIicks5pvH3EgaJpZM4HvqFb.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#r56756302"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>