"A.J.Mechelynck" <[EMAIL PROTECTED]> wrote on 2006.07.20 13:29:17: > [EMAIL PROTECTED] wrote: > > I disabled the netrw plugin, I found the file explorer in the Vim 6.4 and > > copied it into Vim 7.0 but it doesn't work. > > > > When I use :Explorer, it reported error in the StartExplore function line > > 28.--- unable to open swap file for <a> > > > > Well, I bet the Explorer functions well in Vim 6.4. Why can't it work in > > Vim 7.0? > > -- > > Sincerely, Pan, Shi Zhu. ext: 2606 > > > Does that explain your question? "<a>" is obviously not a valid > directory name, but somehow I suspect it is one of the three possible > values of "fname" as listed above. > > Best regards, > Tony.
Hi, I've got it, "<a>" will be interprated as "<args>" in Vim 6.4, and <args> will be the command line argument of the :Explore However, in Vim 7.0, "<a>" will NOT be "<args>". it will still be "<a>" Note that the :h version7 does not noticed about the incompatible change. Is this a bug or a feature? -- Sincerely, Pan, Shi Zhu. ext: 2606
