Re: [patch] Fixes for GTK+ 3.22.4

2016-11-21 Fir de Conversatie Bram Moolenaar
Kazunobu Kuriyama wrote: > This is a follow-up to Patch 8.0.0089. > > The GTK3 commit ( > https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22&id=12579fe71b3b8f79eb9c1b80e429443bcc437dd0).) > that had broken our GTK3 GUI (GitHub PR #1193) was reverted ( > https://git.gnome.org/browse/gtk+/commit

Patch 8.0.0095

2016-11-21 Fir de Conversatie Bram Moolenaar
Patch 8.0.0095 Problem:Problems with GTK 3.22.2 fixed in 3.22.4. Solution: Adjust the #ifdefs. (Kazunobu Kuriyama) Files: src/gui_gtk_x11.c *** ../vim-8.0.0094/src/gui_gtk_x11.c 2016-11-17 19:11:51.713378271 +0100 --- src/gui_gtk_x11.c 2016-11-21 20:53:44.123726068 +0100 *

Re: [PATCH] Incorrect cursor position on a long wrapped-line

2016-11-21 Fir de Conversatie Christian Brabandt
Hi Ozaki! On Mi, 03 Feb 2016, Ozaki Kiichi wrote: > a) with 'breakindent' option This has been fixed > b) with 'number' option > > test.vim: > > set wrap > > split > resize 3 > vsplit > vertical resize 25 > > normal! 76ia > I can confirm your patch fixes the issue. Could you wri

[patch] Fixes for GTK+ 3.22.4

2016-11-21 Fir de Conversatie Kazunobu Kuriyama
Hi, This is a follow-up to Patch 8.0.0089. The GTK3 commit ( https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22&id=12579fe71b3b8f79eb9c1b80e429443bcc437dd0).) that had broken our GTK3 GUI (GitHub PR #1193) was reverted ( https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22&id=f70039cb9603a02d23

Re: [bug] incorrect syntax highlighting of literal float with cpp syntax file

2016-11-21 Fir de Conversatie Dominique Pellé
Christian Brabandt wrote: > Hi Dominique! > > On Do, 17 Nov 2016, Dominique Pellé wrote: > >> Hi >> >> I notice an incorrect syntax highlighting of literal float values with >> cpp syntax. Bug happens with vim-8.0.86 and older, but does not >> happen with vim-7.4.1689 that comes with ubuntu-16.04.