vsplit bug?

0 views
Skip to first unread message

Denis Smolyar

unread,
Nov 21, 2008, 12:00:00 AM11/21/08
to vim...@googlegroups.com
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 jame...@debian.org
Huge version with GTK2 GUI. Features included (+) or not (-):
+arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent
+clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+cryptv +cscope +cursorshape +dialog_con_gui +diff +digraphs +dnd -ebcdic
+emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path
+float +folding -footer +fork() +gettext -hangul_input +iconv +insert_expand
+jumplist +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap
+menu +mksession +modify_fname +mouse +mouseshape +mouse_dec +mouse_gpm
-mouse_jsbterm +mouse_netterm -mouse_sysmouse +mouse_xterm +multi_byte
+multi_lang -mzscheme +netbeans_intg -osfiletype +path_extra +perl +postscript
+printer +profile +python +quickfix +reltime +rightleft +ruby +scrollbind
+signs +smartindent -sniff +statusline -sun_workshop +syntax +tag_binary
+tag_old_static -tag_any_white +tcl +terminfo +termresponse +textobjects +title
+toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo
+vreplace +wildignore +wildmenu +windows +writebackup +X11 -xfontset +xim
+xsmp_interact +xterm_clipboard -xterm_save
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
user exrc file: "$HOME/.exrc"
system gvimrc file: "$VIM/gvimrc"
user gvimrc file: "$HOME/.gvimrc"
system menu file: "$VIMRUNTIME/menu.vim"
fall-back for $VIM: "/usr/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK
-D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/freetype2 -I/usr/include/directfb
-I/usr/include/libpng12 -I/usr/include/pixman-1 -Wall -g -O2
-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.10/CORE
-I/usr/include/python2.5 -pthread -I/usr/include/tcl8.4
-D_REENTRANT=1 -D_THREAD_SAFE=1 -D_LARGEFILE64_SOURCE=1
-I/usr/lib/ruby/1.8/i486-linux
Linking: gcc -L. -rdynamic -Wl,-export-dynamic -Wl,-E
-Wl,--as-needed -o vim -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0
-lgmodule-2.0 -lglib-2.0 -lXt -lncurses -lselinux -lacl -lgpm
-Wl,-E -L/usr/local/lib -L/usr/lib/perl/5.10/CORE -lperl
-L/usr/lib/python2.5/config -lpython2.5 -lutil -Xlinker
-export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -L/usr/lib -ltcl8.4
-lieee -lruby1.8 -lm

Markus Heidelberg

unread,
Nov 21, 2008, 1:34:09 PM11/21/08
to vim...@googlegroups.com
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 jame...@debian.org
> 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

Dominique Pelle

unread,
Nov 21, 2008, 2:17:57 PM11/21/08
to vim...@googlegroups.com
2008/11/21 Markus Heidelberg <markus.h...@web.de>:


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

StarWing

unread,
Nov 21, 2008, 3:52:25 PM11/21/08
to vim_use
all right in windows version....

On 11月22日, 上午3时17分, "Dominique Pelle" <dominique.pe...@gmail.com>
wrote:
> 2008/11/21 Markus Heidelberg <markus.heidelb...@web.de>:
>
>
>
>
>
> > 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 james...@debian.org

Tony Mechelynck

unread,
Nov 21, 2008, 9:26:00 PM11/21/08
to vim...@googlegroups.com

Even without --nofork, I see it too (just starting "gvim -u NONE").
However, maximize (at step 2) does not really maximize the gvim screen:
it immediately shrinks by about one text line at the bottom. Clicking
the "maximize" button again is the "true" maximize, which, as you noted,
makes the cursor reappear.

Best regards,
Tony.
--
They now pass three KNIGHTS impaled to a tree. With their feet off the
ground, with one lance through the lot of them, they are skewered up
like a barbecue.
"Monty Python and the Holy Grail" PYTHON (MONTY)
PICTURES LTD

Reply all
Reply to author
Forward
0 new messages