I have the following line in my ~/.vimrc

  au BufWinLeave *.f90 mkview

If I open file1.f90 then do

  :sp file2.f90

and close the file2.f90 then a new view is written. However if I do

  :tabe file2.f90

and close the file2.f90 then the above autocommand is not executed and no new 
view is written.

How can I change the autocommand such that it works with :sp, :vs, :tabe 
etc.,? Any ideas?

thanks
raju

-- 
http://kamaraju.googlepages.com/cornell-bazaar
http://groups.google.com/group/cornell-bazaar/about

Reply via email to