Patch 9.0.0040

2022-07-04 Fir de Conversatie Bram Moolenaar
Patch 9.0.0040 Problem:Use of set_chars_option() is confusing. Solution: Add "apply" argument to store the result or not. Merge similar code. Files: src/screen.c, src/proto/screen.pro, src/mbyte.c, src/option.c, src/optionstr.c ***

Re: minor doc fix

2022-07-04 Fir de Conversatie Ernie Rael
On 7/4/22 3:03 AM, Bram Moolenaar wrote: Ernie Rael wrote: With 9.0, options.txt, around line 1680:     after that.  Therefore do append an item with += but use ^= to s/do append/do not append/ Thanks. Must have been there for a long time. Over the last months I've moved from Win7 to

Patch 9.0.0039

2022-07-04 Fir de Conversatie Bram Moolenaar
Patch 9.0.0039 Problem:Not all systems have GDK_KEY_dead_circumflex. (Hisashi T Fujinaka) Solution: Add an #ifdef. Files: src/gui_gtk_x11.c *** ../vim-9.0.0038/src/gui_gtk_x11.c 2022-07-04 10:47:27.893116098 +0100 --- src/gui_gtk_x11.c 2022-07-04 19:56:45.946622756 +0100

Re: [vim/vim] Port the tutor plugin from neovim (#6414)

2022-07-04 Fir de Conversatie Yegappan Lakshmanan
On Mon, Jul 4, 2022 at 7:46 AM Bram Moolenaar wrote: > I finally found some time to look at this. I have my doubts if this is > better than the existing vimtutor. It looks nicer, but it also uses several > mechanisms that take it away from "raw" Vim. The tutor is especially made > in a way that

Re: List of features to vote on

2022-07-04 Fir de Conversatie Maxim Kim
> Anything else? What about popup windows improvement -- it would be really nice to have editable(focused?) popup windows. It would make all that plugins (fuzzy file finders and the rest) way better/simpler. воскресенье, 3 июля 2022 г. в 19:46:47 UTC+3, Bram Moolenaar: > > Now that Vim

Re: Patch 9.0.0033

2022-07-04 Fir de Conversatie Hisashi T Fujinaka
On Mon, 4 Jul 2022, Bram Moolenaar wrote: patch 9.0.0033: on a Belgian keyboard CTRL-[ does not work Problem:On a Belgian keyboard CTRL-[ does not work. Solution: Handle GDK_KEY_dead_circumflex. (Anton Sharonov, closes #10658) src/gui_gtk_x11.c | 26

Patch 9.0.0038

2022-07-04 Fir de Conversatie Bram Moolenaar
Patch 9.0.0038 (after 9.0.0036) Problem:'listchars' test fails. Solution: Use window-local value after setting the global value Files: src/optionstr.c *** ../vim-9.0.0037/src/optionstr.c 2022-07-04 17:34:06.386292140 +0100 --- src/optionstr.c 2022-07-04 18:01:31.393287728

Patch 9.0.0037

2022-07-04 Fir de Conversatie Bram Moolenaar
Patch 9.0.0037 (after 9.0.0036) Problem:Build error. Solution: Add missing change. Files: src/terminal.c, *** ../vim-9.0.0036/src/terminal.c 2022-06-04 19:53:38.0 +0100 --- src/terminal.c 2022-07-04 17:45:03.886123992 +0100 *** *** 3775,3781

Re: Patch 9.0.0033

2022-07-04 Fir de Conversatie Bram Moolenaar
> patch 9.0.0033: on a Belgian keyboard CTRL-[ does not work > > Problem:On a Belgian keyboard CTRL-[ does not work. > Solution: Handle GDK_KEY_dead_circumflex. (Anton Sharonov, closes > #10658) > > src/gui_gtk_x11.c | 26 ++ > src/version.c

Patch 9.0.0036

2022-07-04 Fir de Conversatie Bram Moolenaar
Patch 9.0.0036 Problem:'fillchars' cannot have window-local values. Solution: Make 'fillchars' global-local. (closes #5206) Files: runtime/doc/options.txt, src/structs.h, src/globals.h, src/screen.c, src/optionstr.c, src/option.c, src/drawscreen.c,

Re: Patch 9.0.0033

2022-07-04 Fir de Conversatie Hisashi T Fujinaka
4dd9252d6f0e93c9118c808bd47f407d581947a8 is the first bad commit commit 4dd9252d6f0e93c9118c808bd47f407d581947a8 Author: Anton Sharonov Date: Mon Jul 4 10:47:31 2022 +0100 patch 9.0.0033: on a Belgian keyboard CTRL-[ does not work Problem:On a Belgian keyboard CTRL-[ does not

Re: Patch 9.0.0033

2022-07-04 Fir de Conversatie Tony Mechelynck
On Mon, Jul 4, 2022 at 11:48 AM Bram Moolenaar wrote: > > > Patch 9.0.0033 > Problem:On a Belgian keyboard CTRL-[ does not work. > Solution: Handle GDK_KEY_dead_circumflex. (Anton Sharonov, closes #10658) > Files: src/gui_gtk_x11.c FYI: In gvim 9.0.32 (Big, GTK3) i.e. without this

Patch 9.0.0035

2022-07-04 Fir de Conversatie Bram Moolenaar
Patch 9.0.0035 Problem:Spell dump may go beyond end of an array. Solution: Limit the word length. Files: src/spell.c, src/testdir/test_spell.vim *** ../vim-9.0.0034/src/spell.c 2022-06-09 19:53:29.0 +0100 --- src/spell.c 2022-07-04 13:31:18.789931930 +0100 ***

Patch 9.0.0034

2022-07-04 Fir de Conversatie Bram Moolenaar
Patch 9.0.0034 Problem:Spell tests do not always clear the word list. Solution: Clear the word list in TearDown(). (closes #10659) Files: src/testdir/test_spell.vim, src/testdir/test_spell_utf8.vim *** ../vim-9.0.0033/src/testdir/test_spell.vim 2022-07-01 22:26:16.691721005 +0100

Re: minor doc fix

2022-07-04 Fir de Conversatie Bram Moolenaar
Ernie Rael wrote: > With 9.0, options.txt, around line 1680: > >     after that.  Therefore do append an item with += but use ^= to > > s/do append/do not append/ Thanks. Must have been there for a long time. -- hundred-and-one symptoms of being an internet addict: 39. You move into a

Re: [vim/vim] Ctrl-[ don't escape from insert mode (like Esc) on Belgian keyboard (Issue #10454)

2022-07-04 Fir de Conversatie Bram Moolenaar
Anton Sharonov wrote: > On Wed, Jun 29, 2022 at 10:08:14PM -0700, Vivian De Smedt wrote: > > Thanks! Let me know if I can contribute in any ways. > > Just created my first PR https://github.com/vim/vim/pull/10658 > for GTK version which fixes Ctrl+[ for you on linux (i > believe at least,

Patch 9.0.0033

2022-07-04 Fir de Conversatie Bram Moolenaar
Patch 9.0.0033 Problem:On a Belgian keyboard CTRL-[ does not work. Solution: Handle GDK_KEY_dead_circumflex. (Anton Sharonov, closes #10658) Files: src/gui_gtk_x11.c *** ../vim-9.0.0032/src/gui_gtk_x11.c 2022-04-28 14:06:56.0 +0100 --- src/gui_gtk_x11.c 2022-07-04