Tony Mechelynck wrote: > Irwan Djajadi wrote: > >> Hi all, >> >> I'd like to report problems with Vim explorer / netrw problems in VIM >> 7.1. I could not reproduce this in VIM 7.0. >> >> Problem description: >> - netrw-P, browse to previous window stops working. When I use it, >> here's the error it spits out: >> "Error detected while processing function >> <SNR>25_NetPrevWinOpen..<SNR>25_NetBrowseChgDir: >> line 5: >> (NetBrowseChgDir) b:netrw_curdir doesn't exist!" >> After pressing enter, it doesn't do anything. >> >> - Another problem with netrw: ":Explore" spits out an error, but it >> works afterward. Here's the error: >> "Error detected while processing function netrw#Explore: >> line 98: >> E65: Illegal back reference" >> >> Does anyone else have this problem? or is it just me? >> >> Here's my vim71 configuration: >> >> VIM - Vi IMproved 7.1 (2007 May 12, compiled May 12 2007 14:17:41) >> MS-Windows 32 bit GUI version >> Compiled by [EMAIL PROTECTED] >> Big version with GUI. Features included (+) or not (-): >> > [...] > > This is 7.1.000. Does it work with Steve Hall's latest Vim build for Windows? > > https://sourceforge.net/project/showfiles.php?group_id=43866&package_id=39721 > > Does it work with > > gvim -N -u NONE > > ? > > > > Best regards, > Tony. >
Hi Tony, Thanks for the suggestion.. "gvim -N -u NONE" doesn't work well, since I can't even get the directory listing. After sourcing netrw scripts manually, I got the same buggy behavior. I tried the latest gvim build, and it behaves somewhat better.. but it's a little peculiar: - if I start netrw using "gvim ." or ":e ." in gvim, then netrw-P problem is completely fixed. I'm a happy camper currently. - HOWEVER, if I start netrw, using ":Explore" in gvim, it spits out this following error: "Error detected while processing function netrw#Explore: line 98: E65: Illegal back reference" After that, the directory listing would be up, and I can use "v" or "o" to open a file on a split window.. BUT the peculiar thing is that if I then switch back to the netrw window, all the files are gone from the view, the only thing left are "../" and "./".. Bizarre !! Oh well.. I usually starts netrw using ":e ." which is completely fixed now, so I'm happy right now. It'll be good though to fix the other problem as well. Thanks guys -- Irwan --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
