From 5d2b6f4fa0dc51e8beadd9c3194ac210e8977a00 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Tue, 11 Feb 2025 09:07:47 +0800 Subject: [PATCH] vim-patch:9.1.1095: tests: matchparen plugin test wrongly named (#32397) Problem: tests: matchparen plugin test wrongly named (zeertzjq) Solution: rename test_matchparen to test_plugin_matchparen to be consistent with the other plugin tests related: vim/vim#16599 https://github.com/vim/vim/commit/7de6b1bb5687b94369dda82a9648109d7d6832b7 Co-authored-by: Christian Brabandt --- .../testdir/{test_matchparen.vim => test_plugin_matchparen.vim} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/old/testdir/{test_matchparen.vim => test_plugin_matchparen.vim} (100%) diff --git a/test/old/testdir/test_matchparen.vim b/test/old/testdir/test_plugin_matchparen.vim similarity index 100% rename from test/old/testdir/test_matchparen.vim rename to test/old/testdir/test_plugin_matchparen.vim