Question about directory browse

2006-09-05 Thread meilin
hi everyone

When I browse directory with vim 7.0 (with out gui),I want to edit a file
while vsplit the window.so I just move curse to the file I want then
press v,but there is a little probem,the new windows always split to
the left.even I set the option spr.

I want it split to the right. anyone please help?

thx

  

-- 


 meilin
 mailto:[EMAIL PROTECTED]



Re: Question about directory browse

2006-09-05 Thread A.J.Mechelynck

meilin wrote:

hi everyone

When I browse directory with vim 7.0 (with out gui),I want to edit a file
while vsplit the window.so I just move curse to the file I want then
press v,but there is a little probem,the new windows always split to
the left.even I set the option spr.

I want it split to the right. anyone please help?

thx

  



:let netrw_altv = 1

see :help netrw-browse-var


Best regards,
Tony.