From c175ce86fa96c34ed24443a6d0b4e87fda0f03fb Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Mon, 25 May 2026 17:21:43 +0000 Subject: [PATCH] runtime(spec): Drop obsolete s:GetRelVer() function Signed-off-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 dcf2908911..cf8552c16c 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