Patch 9.0.1117
Problem:Terminfo entries for bracketed paste are not used.
Solution: Use the newly added terminfo entries for bracketed paste.
Correct mixup of output strings and key codes.
Files: src/termdefs.h, src/term.c
*** ../vim-9.0.1116/src/termdefs.h 2022-12-0
John Marriott wrote:
> On 30-Dec-2022 22:16, Bram Moolenaar wrote:
> > Patch 9.0.
> > Problem:Termcap entries for RGB colors are not set automatically.
> > Solution: Always set the termcap entries when +termguicolors is enabled.
> > Files: src/term.c
> >
> >
> After this patch, ms
Patch 9.0.1116 (after 9.0.)
Problem:Compiler may complain about an unused function.
Solution: Add #ifdef. (John Marriott)
Files: src/term.c
*** ../vim-9.0.1115/src/term.c 2022-12-30 11:15:56.462953467 +
--- src/term.c 2022-12-30 19:54:33.830727168 +
***
***
On 30-Dec-2022 22:16, Bram Moolenaar wrote:
Patch 9.0.
Problem:Termcap entries for RGB colors are not set automatically.
Solution: Always set the termcap entries when +termguicolors is enabled.
Files: src/term.c
After this patch, msys2-64 (clang 15.0.5) gives this warning:
cla
Patch 9.0.1115
Problem:Code is indented more than needed.
Solution: Use an early return to reduce indenting. (Yegappan Lakshmanan,
closes #11758)
Files: src/ex_cmds.c, src/ex_cmds2.c, src/ex_docmd.c, src/ex_getln.c
*** ../vim-9.0.1114/src/ex_cmds.c 2022-12-23 19:05:
Patch 9.0.1114
Problem:CI does not use the latest Python version.
Solution: Switch from Python 3.10 to 3.11. (closes #11761)
Files: .github/workflows/ci.yml
*** ../vim-9.0.1113/.github/workflows/ci.yml2022-12-17 15:47:41.398038024
+
--- .github/workflows/ci.yml2022-12-30
Patch 9.0.1113
Problem:Users cannot easily try out a PR.
Solution: Add an "artifacts" section to the AppVeyor CI config. (Christian
Brabandt, closes #11762)
Files: .appveyor.yml
*** ../vim-9.0.1112/.appveyor.yml 2022-10-04 16:23:39.002042197 +0100
--- .appveyor.yml
Patch 9.0.1112
Problem:test_mswin_event() can hang.
Solution: Add the "execute" argument to process events right away.
(Christopher Plewright, closes #11760)
Files: runtime/doc/testing.txt, src/gui_w32.c, src/os_win32.c,
src/testdir/test_gui.vim, src/testdir/tes
Patch 9.0.
Problem:Termcap entries for RGB colors are not set automatically.
Solution: Always set the termcap entries when +termguicolors is enabled.
Files: src/term.c
*** ../vim-9.0.1110/src/term.c 2022-12-20 20:01:09.624090908 +
--- src/term.c 2022-12-30 11:15:00.56664553
Patch 9.0.1110
Problem:Build fails on Mac OS X 10.4/10.5 .
Solution: Check if the dispatch/dispatch.h header exists. (Evan Miller,
closes #11746)
Files: src/config.h.in, src/configure.ac, src/auto/configure,
src/feature.h
*** ../vim-9.0.1109/src/config.h.in
Patch 9.0.1109 (after 9.0.1108)
Problem:Leaking allocated type.
Solution: Reset the "static" flag in the allocated type copy.
Files: src/vim9instr.c
*** ../vim-9.0.1108/src/vim9instr.c 2022-12-29 20:56:20.021538298 +
--- src/vim9instr.c 2022-12-30 10:33:51.078117063 +
11 matches
Mail list logo