On Sun, May 17, 2020 at 5:12 PM Tony Mechelynck
wrote:
>
> On Sun, May 17, 2020 at 3:42 PM Ken Takata wrote:
> >
> > Hi Tony,
> > gui_mch_flash() is not implemented for GTK3:
> > https://github.com/vim/vim/blob/ed37d9b3241abe7c302c7ac606df80037aecdb46/src/gui_gtk_x11.c#L5941-L5943
> >
> > Regards
On Sun, May 17, 2020 at 3:42 PM Ken Takata wrote:
>
> Hi Tony,
> gui_mch_flash() is not implemented for GTK3:
> https://github.com/vim/vim/blob/ed37d9b3241abe7c302c7ac606df80037aecdb46/src/gui_gtk_x11.c#L5941-L5943
>
> Regards,
> Ken Takata
>
Hm. There is a
// TODO Replace GdkGC with Cairo
Hi Tony,
2020/5/17 Sun 22:11:11 UTC+9 Tony Mechelynck wrote:
>
> gvim 8.2.773 (Big) with GTK3 GUI
> :echo exists('+errorbells') exists('+visualbell') answers 1 1
> My vimrc includes the following:
> if exists('+errorbells') && exists('+visualbell')
> set errorbells visualbell
> if h
gvim 8.2.773 (Big) with GTK3 GUI
:echo exists('+errorbells') exists('+visualbell') answers 1 1
My vimrc includes the following:
if exists('+errorbells') && exists('+visualbell')
set errorbells visualbell
if has('gui_running')
au GUIEnter * set t_vb= ^[\|250f
endif
endif
(in t