2008/11/21 Markus Heidelberg <[EMAIL PROTECTED]>:
>
> Denis Smolyar, 21.11.2008:
>>
>> i have invisible cursor after vspilt command. in my debian/unstable
>> gvim is already newest version. this is bug?
>>
>> ps.
>> $ gvim --version
>> VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Oct 20 2008 16:23:10)
>> Included patches: 1-25
>> Compiled by [EMAIL PROTECTED]
>> Huge version with GTK2 GUI.  Features included (+) or not (-):
>
> I see the same with 7.2.042 and Gtk+2 GUI on Linux/KDE. But only when
> maximizing the window before doing :vsplit
>
> Markus


I can reproduce it too.  I see it with Vim-7.2.49 with the
following GUIs (GTK, GTK2, GNOME2).  No such bug
with Vim in terminal or with Athena or Motif GUIs.

Steps to reproduce:

1/ start vim with:     vim -f -g -u NONE -U NONE
2/ maximize gvim
3/ :vsplit
(observe that cursor disappears)

Unmaximizing/remaximizing gvim makes to cursor reappear (workaround).

I found that it's somehow related to ":set guioptions", since it no
longer happens if I do...

$ vim -f -g -u NONE -U NONE -c 'set go-=L'


In ":help :go-L", I see:

                                                                *'go-L'*
          'L'   Left-hand scrollbar is present when there is a vertically
                split window.

-- Dominique

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to