On 20-Aug-2011 17:38, Hari G wrote: > The attached patch adds support for using file:// URIs in the command > line in most places where fiile system paths are used. Recently this > was asked for also. > (http://groups.google.com/group/vim_dev/browse_thread/thread/0ff59642ad652b9d)
Does this handle percent-escaping (e.g. %20 -> <Space>) and the various ways of specifying Windows drive letters (e.g. file:///c|/WINDOWS/clock.avi)? Cp. http://en.wikipedia.org/wiki/File:URL Why doesn't the file:// support of the netrw plugin suffice? -- regards, ingo -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
