Patch 9.0.0978 (after 9.0.0977)
Problem:Build errors without the +channel feature. (John Marriott)
Solution: Adjust #ifdefs.
Files: src/proto.h, src/globals.h, src/logfile.c, src/message.c,
src/typval.c
*** ../vim-9.0.0977/src/proto.h 2022-11-30 18:11:52.686904299 +
-
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 logging and make it available w
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 logging and make it available with the +eval feature.
Files: File
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 logging and make it available with the +eval feature.
Files: Filelist, runtime/doc/starting.txt, src/if_xcmdsrv
Running Linux Mint/ Cinnamon desktop/ GTK3 build of vim (9.0.975)
For a long time, I noticed that "remote_foreground()" doesn't work to bring
that server to the foreground on these systems.
remote_expr() does work, so it's not that I don't have the correct server
name.
My workaround is to get
Patch 9.0.0976
Problem:Enabling the kitty keyboard protocol uses push/pop.
Solution: Use the start/stop codes to avoid unpredictable behavior.
Files: runtime/doc/options.txt, src/term.c
*** ../vim-9.0.0975/runtime/doc/options.txt 2022-11-25 15:09:30.706402878
+
--- runtime/d