Re: Patch 8.2.4815

2022-04-23 Fir de Conversatie Hisashi T Fujinaka
Thanks! That fixed things for me. -- Hisashi T Fujinaka - ht...@twofifty.com BSEE + BSChem + BAEnglish + MSCS + $2.50 = coffee -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.

Patch 8.2.4815

2022-04-23 Fir de Conversatie Bram Moolenaar
Patch 8.2.4815 (after 8.2.4776) Problem:Cannot build with older GTK version. Solution: Use gtk_window_get_size() instead of gdk_window_get_width() and gdk_window_get_height(). (Ernie Rael, closes #10257) Files: src/gui_gtk_x11.c *** ../vim-8.2.4814/src/gui_gtk_x11.c 202

Patch 8.2.4814

2022-04-23 Fir de Conversatie Bram Moolenaar
Patch 8.2.4814 Problem:Possible to leave a popup window with win_gotoid(). Solution: Give an error when trying to leave a popup window with win_gotoid(). (closes #10253) Files: src/evalwindow.c, src/testdir/test_terminal3.vim *** ../vim-8.2.4813/src/evalwindow.c2022-0

Re: Deadlock with v8.2.4699

2022-04-23 Fir de Conversatie Bram Moolenaar
> I'm one of the maintainers for govim, a Go plugin for vim. As part of our > CI we run against latest vim daily and recently it started to fail. I > bisected the change to v8.2.4699, with the commit message "hard to > reproduce hang when reading from channel" but it seems like it introduced a

Patch 8.2.4813

2022-04-23 Fir de Conversatie Bram Moolenaar
Patch 8.2.4813 Problem:Pasting text while indent folding may mess up folds. Solution: Adjust the way folds are split. (Brandon Simmons, closes #10254) Files: src/fold.c, src/testdir/test_fold.vim *** ../vim-8.2.4812/src/fold.c 2022-02-16 19:24:03.622162411 + --- src/fold.c 2022

Patch 8.2.4812

2022-04-23 Fir de Conversatie Bram Moolenaar
Patch 8.2.4812 Problem:Unused struct item. Solution: Remove "lines" match_T. Simplify the code. (closes #10256) Files: src/match.c, src/structs.h *** ../vim-8.2.4811/src/match.c 2022-04-22 20:06:55.852991660 +0100 --- src/match.c 2022-04-23 11:42:46.181125895 +0100 *** *

Re: alt gr bad displayed in search or command line mode.

2022-04-23 Fir de Conversatie Ni Va
Even in insert mode, inserting backslash or others alt gr chars has regression. [image: Capture.PNG] Le samedi 23 avril 2022 à 12:38:42 UTC+2, Ni Va a écrit : > Hi, > > Since version 8.2 patch above 4804, it seems that when I type > /\ it displays /^\ > > It is the same in exe mode :foobar

alt gr bad displayed in search or command line mode.

2022-04-23 Fir de Conversatie Ni Va
Hi, Since version 8.2 patch above 4804, it seems that when I type /\ it displays /^\ It is the same in exe mode :foobar and for all alt gr chars. Thank you NV -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to.

Patch 8.2.4811

2022-04-23 Fir de Conversatie Bram Moolenaar
Patch 8.2.4811 (after 8.2.4807) Problem:Win32 GUI: caps lock doesn't work. Solution: Handle VK_CAPITAL. (closes #10260, closes #10258) Files: src/gui_w32.c *** ../vim-8.2.4810/src/gui_w32.c 2022-04-22 22:45:47.036948588 +0100 --- src/gui_w32.c 2022-04-23 11:06:34.21760045

Patch 8.2.4810

2022-04-23 Fir de Conversatie Bram Moolenaar
Patch 8.2.4810 (after 8.2.4808) Problem:Missing changes in one file. Solution: Also change the struct initializers. Files: src/regexp.c *** ../vim-8.2.4809/src/regexp.c2022-04-04 18:14:30.233544863 +0100 --- src/regexp.c2022-04-23 10:39:35.808934130 +0100

Patch 8.2.4809

2022-04-23 Fir de Conversatie Bram Moolenaar
Patch 8.2.4809 Problem:Various things not properly tested. Solution: Add various test cases. (Yegappan Lakshmanan, closes #10259) Files: src/testdir/test_blob.vim, src/testdir/test_debugger.vim, src/testdir/test_listdict.vim, src/testdir/test_vim9_builtin.vim, s

Patch 8.2.4808

2022-04-23 Fir de Conversatie Bram Moolenaar
Patch 8.2.4808 Problem:Unused item in engine struct. Solution: Remove "expr". Add comment with tags. Files: src/regexp.h *** ../vim-8.2.4807/src/regexp.h2022-03-27 20:04:16.025188554 +0100 --- src/regexp.h2022-04-23 10:31:59.401873624 +0100 *** *** 166,17