Hi Chip,
I sometimes use gvim on Windows (win7 64-bit). There, I found that netrw's gx
(netrw#NetrwBrowseX) on an URL fails to launch the page in my browser when
shellslash is set: netrw posts the message "Press to continue" to the cmd
window, but nothing else happens.
Hacking autoload/netrw
kout settings: ma nomod noro")
- setlocal ma nomod noro
+ setlocal ma nomod
+ if filewritable(expand("%"))
+ setlocal noro
+ endif
" call Decho("setlocal ma nomod noro")
endif
--
Steven Mueller
--
You received this message from the "vim_dev" maillist.