neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 5d2b6f4fa0dc51e8beadd9c3194ac210e8977a00
parent c7d13f2895fa657ff3d9d45741f9abec25072b56
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Tue, 11 Feb 2025 09:07:47 +0800

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 <cb@256bit.org>