From 8f1bd935cb668f9b31c2dfd4c3086866f7b6d9c1 Mon Sep 17 00:00:00 2001 From: marvim Date: Sat, 25 Jul 2026 04:09:07 +0000 Subject: [PATCH] docs: update version.c vim-patch:8.2.4761: documentation for using LSP messages is incomplete vim-patch:8.2.4780: parsing an LSP message fails when it is split vim-patch:9.0.0979: ch_log() text can be hard to find in the log file vim-patch:1a946044f runtime(doc): correct return types for job_start() and job_status() vim-patch:1cd31a450 runtime(doc): update return type for job_info() vim-patch:15141208e runtime(doc): -x is only available when compiled with crypt feature vim-patch:a37fd7274 runtime(doc): Remove accidental option name highlighting from :help channel.txt vim-patch:9.2.0021: channel: connection timeout fails to fall back to IPv4 vim-patch:9.2.0314: channel: can bind to all network interfaces vim-patch:9.2.0317: listener functions do not check secure flag vim-patch:60e925ca0 runtime(doc): Tweak documentation style in channel.txt vim-patch:9.2.0843: [security]: popup: opacity mask indexed out of bounds vim-patch:9.2.0844: [security]: use-after-free on json decode error vim-patch:9.2.0847: [security]: vimball: code execution via .VimballRecord file vim-patch:b0e6baab8 Update .gitignore and .hgignore files vim-patch:9.2.0851: Focus autocommands triggered inconsistently vim-patch:9.2.0852: GTK: ligatures not correctly displayed vim-patch:9.2.0853: popup: popup images do not support scaling --- src/nvim/version.c | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index cf7300f73a..6590147689 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -59,7 +59,7 @@ char *version_cflags = "Compilation: " NVIM_VERSION_CFLAGS; static const int vim_versions[] = { 801, 802, 900, 901, 902 }; -static const int num_patches[] = { 2333, 3870, 1627, 1674, 547 }; +static const int num_patches[] = { 2333, 3870, 1627, 1674, 562 }; static const int *included_patchsets[] = { (const int[]) { // 801 @@ -3653,16 +3653,24 @@ static const int *included_patchsets[] = { // 0 }, (const int[]) { // 902 - 838, + 854, + // 850-853 + 849, 848, + // 847 + 846, 845, + // 841-844 + 840, 839, 838, // 837 836, - // 828-835 - 827, + // 834-835 + 833, 832, + // 831 + 830, + // 829 + 828, 827, // 826 - 825, - // 822-824 - 821, - // 817-820 + 825, 824, 823, 822, 821, 820, + // 817-819 816, 815, // 814 813, 812,