Skip to content

Commit

Permalink
Fix opening docs in eww in Windows
Browse files Browse the repository at this point in the history
With the `file://` prefix, eww thinks that you're trying to open an FTP connection. However, with `file:///` (note the additional slash), everything works fine.
  • Loading branch information
pao committed Sep 12, 2014
1 parent ee852ea commit ccea7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-dash.el
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Sanitization of spaces in the path."
" "
"%20"
(format "%s%s%s%s"
"file://"
"file:///"
helm-dash-docsets-path
(format "/%s.docset/Contents/Resources/Documents/" docset-name)
path))))
Expand Down

0 comments on commit ccea7c5

Please sign in to comment.