vim_dev@googlegroups.com

2022-12-01 Fir de Conversatie Gary Johnson
After updating to the latest Vim, 9.0.0984, and starting Vim in a terminal without a file specified, the command line font was extremely tiny. (I'd estimate the font size to be 4 points.) If a file was opened from the command line, its font in the buffer was also tiny. Subsequent commands typed

Patch 9.0.0984

2022-12-01 Fir de Conversatie Bram Moolenaar
Patch 9.0.0984 Problem:GUI: remote_foreground() does not always work. (Ron Aaron) Solution: For GTK use gtk_window_set_keep_above(). (issue #11641) Files: src/gui_gtk_x11.c *** ../vim-9.0.0983/src/gui_gtk_x11.c 2022-11-30 18:11:52.690904297 + --- src/gui_gtk_x11.c 2022-12-01

Patch 9.0.0983

2022-12-01 Fir de Conversatie Bram Moolenaar
Patch 9.0.0983 Problem:Stray characters displayed when starting the GUI. Solution: Add t_RK to the list of terminal options. Files: src/optiondefs.h *** ../vim-9.0.0982/src/optiondefs.h2022-11-25 15:09:30.710402884 + --- src/optiondefs.h2022-12-01 19:21:34.128966444 +

Re: Patch 9.0.0977

2022-12-01 Fir de Conversatie John Marriott
On 01-Dec-2022 07:19, Bram Moolenaar wrote: John Marriott wrote: On 01-Dec-2022 05:12, Bram Moolenaar wrote: Patch 9.0.0977 Problem:It is not easy to see what client-server commands are doing. Solution: Add channel log messages if ch_log() is available. Move the channel

Patch 9.0.0982

2022-12-01 Fir de Conversatie Bram Moolenaar
Patch 9.0.0982 Problem:'cursorline' not drawn before virtual text below. Solution: Add the 'cursorline' attribute to the empty space. (closes #11647) Files: src/drawline.c, src/testdir/test_textprop.vim, src/testdir/dumps/Test_prop_with_text_below_cul_1.dump *** ../vim-9.

Patch 9.0.0981

2022-12-01 Fir de Conversatie Bram Moolenaar
Patch 9.0.0981 (after 9.0.0980) Problem:Build error in tiny version. Solution: Add #ifdef. Files: src/term.c *** ../vim-9.0.0980/src/term.c 2022-12-01 12:03:42.259227523 + --- src/term.c 2022-12-01 12:28:04.909104305 + *** *** 3726,3732 --- 3726,3734

Patch 9.0.0980

2022-12-01 Fir de Conversatie Bram Moolenaar
Patch 9.0.0980 Problem:The keyboard state response may end up in a shell command. Solution: Only request the keyboard protocol state when the typeahead is empty, no more commands are following and not exiting. Add the t_RK termcap entry for this. Files: runtime

Patch 9.0.0979

2022-12-01 Fir de Conversatie Bram Moolenaar
Patch 9.0.0979 Problem:ch_log() text can be hard to find in the log file. Solution: Prepend "ch_log()" to the text. Files: runtime/doc/channel.txt, src/logfile.c, src/testdir/test_channel.vim *** ../vim-9.0.0978/runtime/doc/channel.txt 2022-06-28 11:21:05.0 +