Compile warning in insexpand.c with +eval after applying patches 9.1.189-190

2024-03-20 Fir de Conversatie Tony Mechelynck
For instance in Normal build : In function ‘get_complete_info’, inlined from ‘f_complete_info’ at insexpand.c:3175:5: insexpand.c:3123:31: warning: ‘li’ may be used uninitialized [-Wmaybe-uninitialized] 3123 | ret = list_append_dict(li, di); |

Commit: runtime(colors): don't unnecessarily reload v:colornames dict

2024-03-20 Fir de Conversatie Christian Brabandt
runtime(colors): don't unnecessarily reload v:colornames dict Commit: https://github.com/vim/vim/commit/6d1d18084b7b04ab7fd73331ce59e99b6dd9ad72 Author: Alin Mr Date: Wed Mar 20 20:26:23 2024 +0100 runtime(colors): don't unnecessarily reload v:colornames dict fixes:

Commit: patch 9.1.0191: Installer does not remove all files

2024-03-20 Fir de Conversatie Christian Brabandt
patch 9.1.0191: Installer does not remove all files Commit: https://github.com/vim/vim/commit/2680a074d4790abb372ecda658b0c455a6fe06cf Author: RestorerZ Date: Wed Mar 20 20:15:51 2024 +0100 patch 9.1.0191: Installer does not remove all files Problem: Installer does not remove

Commit: patch 9.1.0192: drop: don't rewind when editing the same file

2024-03-20 Fir de Conversatie Christian Brabandt
patch 9.1.0192: drop: don't rewind when editing the same file Commit: https://github.com/vim/vim/commit/978178823b7c62a0249411f3d1f584f8a3144c5d Author: Christian Brabandt Date: Wed Mar 20 20:19:47 2024 +0100 patch 9.1.0192: drop: don't rewind when editing the same file Problem:

Commit: patch 9.1.0190: complete_info() returns wrong order of items

2024-03-20 Fir de Conversatie Christian Brabandt
patch 9.1.0190: complete_info() returns wrong order of items Commit: https://github.com/vim/vim/commit/8950bf7f8b85c1287d4e696965d88091fcc60594 Author: Girish Palya Date: Wed Mar 20 20:07:29 2024 +0100 patch 9.1.0190: complete_info() returns wrong order of items Problem:

Commit: runtime(deb822sources): Add minimal ftplugin (#14240)

2024-03-20 Fir de Conversatie Christian Brabandt
runtime(deb822sources): Add minimal ftplugin (#14240) Commit: https://github.com/vim/vim/commit/2708c0b5854faad2844454324431a593c1d2987a Author: James McCoy Date: Wed Mar 20 14:55:05 2024 -0400 runtime(deb822sources): Add minimal ftplugin (https://github.com/vim/vim/issues/14240)

Commit: patch 9.1.0189: Memory leak with "above" virttext and 'relativenumber'

2024-03-20 Fir de Conversatie Christian Brabandt
patch 9.1.0189: Memory leak with "above" virttext and 'relativenumber' Commit: https://github.com/vim/vim/commit/918b92b961ac319ddb5f24d8cade2cf6aeebc5d5 Author: zeertzjq Date: Wed Mar 20 19:49:20 2024 +0100 patch 9.1.0189: Memory leak with "above" virttext and 'relativenumber'