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.