From 57aa9e060ef7214f8b822fa32b40bb728482adce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 27 Jan 2019 14:59:22 +0100 Subject: spell: rename "aspell" plugin to "spell" (issue #1299) The following things have been renamed: - file aspell.conf -> spell.conf - options aspell.* -> spell.* - bar item aspell_dict -> spell_dict - bar item and local variable aspell_suggest -> spell_suggest - info aspell_dict -> spell_dict --- tests/unit/test-plugins.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit') diff --git a/tests/unit/test-plugins.cpp b/tests/unit/test-plugins.cpp index ef8bf2897..a6c637c2c 100644 --- a/tests/unit/test-plugins.cpp +++ b/tests/unit/test-plugins.cpp @@ -52,7 +52,6 @@ TEST(Plugins, Loaded) /* check that all plugins are properly loaded */ CHECK(hdata_search (hdata, plugins, "${plugin.name} == alias", 1)); - CHECK(hdata_search (hdata, plugins, "${plugin.name} == aspell", 1)); CHECK(hdata_search (hdata, plugins, "${plugin.name} == buflist", 1)); CHECK(hdata_search (hdata, plugins, "${plugin.name} == charset", 1)); CHECK(hdata_search (hdata, plugins, "${plugin.name} == exec", 1)); @@ -69,6 +68,7 @@ TEST(Plugins, Loaded) CHECK(hdata_search (hdata, plugins, "${plugin.name} == relay", 1)); CHECK(hdata_search (hdata, plugins, "${plugin.name} == ruby", 1)); CHECK(hdata_search (hdata, plugins, "${plugin.name} == script", 1)); + CHECK(hdata_search (hdata, plugins, "${plugin.name} == spell", 1)); CHECK(hdata_search (hdata, plugins, "${plugin.name} == tcl", 1)); CHECK(hdata_search (hdata, plugins, "${plugin.name} == trigger", 1)); CHECK(hdata_search (hdata, plugins, "${plugin.name} == xfer", 1)); -- cgit v1.2.3