gvim 9.0.934 not forking GUI sometimes

2022-11-23 Fir de Conversatie Ron Aaron
Recently (last couple weeks) my gvim has stopped reliably forking the GUI on startup. I didn't change any of my configuration, so I'm a bit stumped. Running on Mint 21, Cinnamon desktop. Two different machines, same issue. Launching gvim from within the Konsole terminal. Always in the past the

Patch 9.0.0934

2022-11-23 Fir de Conversatie Bram Moolenaar
Patch 9.0.0934 Problem:Various code formatting issues. Solution: Improve code formatting. Files: src/arglist.c, src/list.c, src/main.c, src/ops.c, src/libvterm/src/parser.c, src/gui_xim.c, src/screen.c, src/terminal.c *** ../vim-9.0.0933/src/arglist.c

Patch 9.0.0933

2022-11-23 Fir de Conversatie Bram Moolenaar
Patch 9.0.0933 Problem:Kitty shows "already at oldest change" on startup. Solution: When receiving the keyboard protocol state return the ignore key. (closes #11601) Files: src/term.c *** ../vim-9.0.0932/src/term.c 2022-11-23 22:28:03.552026184 + --- src/term.c

Patch 9.0.0932

2022-11-23 Fir de Conversatie Bram Moolenaar
Patch 9.0.0932 Problem:Oblivion files are not recognized. Solution: Recognize Oblivion files and alike as "obse". (closes #11540) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.0931/runtime/filetype.vim2022-11-22 19:16:26.232887100 + ---

Patch 9.0.0931

2022-11-23 Fir de Conversatie Bram Moolenaar
Patch 9.0.0931 Problem:MS-Windows: mouse column limited to 223. Solution: Use two bytes for each mouse coordinate. Add the mouse position to scroll events. (Christopher Plewright, closes #11597) Files: src/mouse.c, src/os_win32.c, src/term.c ***

Patch 9.0.0930

2022-11-23 Fir de Conversatie Bram Moolenaar
Patch 9.0.0930 Problem:Cannot debug the Kitty keyboard protocol with TermDebug. Solution: Add Kitty keyboard protocol support to the libvterm fork. Recognize the escape sequences that the protocol generates. Add the 'keyprotocol' option to allow the user to specify

Patch 9.0.0929

2022-11-23 Fir de Conversatie Bram Moolenaar
Patch 9.0.0929 (after 9.0.0927) Problem:Build failure with tiny version. (Tony Mechelynck) Solution: Add #ifdef. Files: src/window.c *** ../vim-9.0.0928/src/window.c2022-11-23 11:36:16.525837135 + --- src/window.c2022-11-23 14:31:37.010322036 +

Re: Build failure in Tiny (scroll_dict undefined at window.c:3137:27) after applying patches 9.0. 925 to 928

2022-11-23 Fir de Conversatie Bram Moolenaar
Tony wrote: > gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall > -Wno-deprecated-declarations -D_REENTRANT -U_FORTIFY_SOURCE > -D_FORTIFY_SOURCE=3D1-o objects/window.o window.c > window.c: In function =E2=80=98may_trigger_win_scrolled_resized=E2=80=99: >

Build failure in Tiny (scroll_dict undefined at window.c:3137:27) after applying patches 9.0. 925 to 928

2022-11-23 Fir de Conversatie Tony Mechelynck
gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -Wno-deprecated-declarations -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1-o objects/window.o window.c window.c: In function ‘may_trigger_win_scrolled_resized’: window.c:3137:27: error: ‘scroll_dict’ undeclared

Patch 9.0.0928

2022-11-23 Fir de Conversatie Bram Moolenaar
Patch 9.0.0928 Problem:Using Ruby LDFLAGS may cause build problems. Solution: Do not add Ruby LDFLAGS to Vim's LDFLAGS. (Zdenek Dohnal, closes #11592) Files: src/configure.ac, src/auto/configure *** ../vim-9.0.0927/src/configure.ac2022-11-05 15:13:45.415365583 +

Patch 9.0.0927

2022-11-23 Fir de Conversatie Bram Moolenaar
Patch 9.0.0927 Problem:Coverity warns for using a NULL pointer. Solution: Check for memory allocaion failure. Files: src/window.c *** ../vim-9.0.0926/src/window.c2022-11-22 13:29:16.838832864 + --- src/window.c2022-11-23 11:35:00.921936714 + ***

Patch 9.0.0926

2022-11-23 Fir de Conversatie Bram Moolenaar
Patch 9.0.0926 Problem:Coverity warns for not using return value of dict_add(). Solution: When dict_add() fails then don't call hash_remove(). Files: src/dict.c *** ../vim-9.0.0925/src/dict.c 2022-11-22 12:40:44.066427878 + --- src/dict.c 2022-11-23 11:29:52.442448895 +

Patch 9.0.0925

2022-11-23 Fir de Conversatie Bram Moolenaar
Patch 9.0.0925 Problem:Two conditions are always false. Solution: Remove the conditions. Update return value types to make clear what could be returned. (closes #11593) Files: src/tag.c *** ../vim-9.0.0924/src/tag.c 2022-11-02 13:30:37.538314551 + --- src/tag.c