I'm using gvim 7.3, MS-Windows 32-bit GUI version with OLE support
I'm attempting to configure the netrw filehandler to open locally saved .html files in with the elinks browser, rather than the firefox browser. The help file for netrw refers to a setting that can be placed in the .vimrc file:
:let g:netrw_browsex_viewer= " "
it also says that
'for Windows 32 or 64 the url and FileProtocolHandler dlls are used'.
I've tried entering the filepath to the elinks executable between the quotes, but no result. My internet searches so far haven't revealed any practical examples of how to work with url and FileProtocolHandler dlls in vim.
I would be very grateful for any help.
GilF