On Tue, Jun 13, 2006 at 08:07:48PM +0200, Jochen Baier wrote:
> On Tue, Jun 13, 2006 at 07:37:53PM +0200, A.J.Mechelynck wrote:
> > Jochen Baier wrote:
> > >hi,
> > >
> > >i have weird behavior here (latest svn gvim, linux, Gnome or Wmii)
> > >
> > >if i save with ":w" the window change the size to larger
> > >size (5 pixel) for moment then it size back to the orginal size.
> > >The left scrollbar is visible during this. no problems with
> > >normal konsole vim.
> > >
> > >is this bug known ?
> > >
> > >
> > >regards jochen
> > >
> > >
> > >  
> > Strange.
> > 
> > 1. What are the first lines (until and including "Features included (+) or 
> > not (-)") output by 
> > the ":version" command?
> > 
> > To copy them to the clipboard, use the following (on gvim for X11):
> > 
> > :redir @*
> > :version
> > :redir END
> > :let @+ = @*
> > 
> > Then paste the clipboard into your mailer, and remove the part starting 
> > with either +arabic or 
> > -arabic.
> > 
> > 
> > 2. Immediately after experiencing the strange behaviour, without waiting, 
> > try
> > 
> > :verbose set guioptions?
> > 
> > What is the output? If a script name is mentioned, maybe that script 
> > temporarily sets the left 
> > scrollbar on (that's the l flag in 'guioptions', q.v.).
> > 
> > 
> > Best regards,
> > Tony.
 
 hi,
 
thanks for the answer.
 
after reading your email i was intelligent for 5 minutes and
renamed. .vimrc, .gvimrc . vim etc... and found the bad guy:
the MRU script. i will Cc the author.
 
 
regards jochen

Reply via email to