1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

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
This commit is contained in:
Sébastien Helleu
2019-01-27 14:59:22 +01:00
parent e8159298ad
commit 57aa9e060e
96 changed files with 2070 additions and 2011 deletions
+5 -5
View File
@@ -45,10 +45,6 @@ if PLUGIN_ALIAS
alias_dir = alias
endif
if PLUGIN_ASPELL
aspell_dir = aspell
endif
if PLUGIN_BUFLIST
buflist_dir = buflist
endif
@@ -117,6 +113,10 @@ if PLUGIN_PHP
php_dir = php
endif
if PLUGIN_SPELL
spell_dir = spell
endif
if PLUGIN_TRIGGER
trigger_dir = trigger
endif
@@ -127,7 +127,6 @@ endif
SUBDIRS = . \
$(alias_dir) \
$(aspell_dir) \
$(buflist_dir) \
$(charset_dir) \
$(exec_dir) \
@@ -145,6 +144,7 @@ SUBDIRS = . \
$(guile_dir) \
$(javascript_dir) \
$(php_dir) \
$(spell_dir) \
$(trigger_dir) \
$(xfer_dir)