[Github-comments] [geany/geany] Towards gvfs-fuse independence (#963)
elextr
notifications at xxxxx
Thu Mar 2 22:22:15 UTC 2017
elextr commented on this pull request.
> @@ -1788,6 +1788,9 @@ void utils_tidy_path(gchar *filename)
const gchar *needle;
gboolean preserve_double_backslash = FALSE;
+ if (utils_is_uri(filename))
+ return;
> Sure, I'm aware of the release and the patches are definitely not meant for it.
I didn't mean the release of Geany, I meant the release of RFC 8089 that allows for `file:` to not have the `//`es. As it was only released Feb 2017 nothing will take advantage of it yet, though as I noted both chrome and firefox accept `file:` URLs without the `//`.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/963#discussion_r104045194
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170302/99b10b06/attachment.html>
More information about the Github-comments
mailing list