Benji Fisher wrote:

    A quick look at netrw.vba.gz (searching for "swf") suggests that
this may be the problem:

fun! netrw#NetBrowseX(fname,remote)
[snip]
 if a:remote == 1
  set bh=delete bt=nofile noswf
  exe "norm! \<c-o>"
  redraw!
 endif

"  call Dret("NetBrowseX")
endfun

All the other matches for "swf" involve either :setlocal or :let &l: .
I did not see anything suspicious with "cin".
Thanks, Benji F! I've uploaded a netrw v103i with the latest fixes to my website:

http://mysite.verizon.net/astronaut/vim/index.html#VimFuncs , see "Network Oriented Reading, Writing, and Browsing".

Regards,
Chip Campbell


Reply via email to