From 86b2751cada65c6b1bc28e2fa7fb4e832b540542 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Tue, 26 May 2026 07:42:19 +0800 Subject: [PATCH] vim-patch:c175ce8: runtime(spec): Drop obsolete s:GetRelVer() function https://github.com/vim/vim/commit/c175ce86fa96c34ed24443a6d0b4e87fda0f03fb Co-authored-by: Christian Brabandt --- runtime/ftplugin/spec.vim | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/runtime/ftplugin/spec.vim b/runtime/ftplugin/spec.vim index 4aaef26a2e..bd7e671588 100644 --- a/runtime/ftplugin/spec.vim +++ b/runtime/ftplugin/spec.vim @@ -6,6 +6,7 @@ " Update by Zdenek Dohnal, 2022 May 17 " 2024 Sep 10 by Vim Project: add epoch support for spec changelog, #15537 " 2024 Oct 07 by Vim Project: add comment support, #15817 +" 2026 May 25 by Vim Project: drop the python GetRelVer() func if exists("b:did_ftplugin") finish @@ -27,33 +28,7 @@ if !exists("no_plugin_maps") && !exists("no_spec_maps") endif if !hasmapto("call SpecChangelog(\"\")") - noremap