1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 18:23:13 +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
+4 -4
View File
@@ -10,10 +10,6 @@
| alias | alias_value | 別名の値
| aspell | aspell_dicts | aspell のインストール済み辞書のリスト
| aspell | aspell_langs | aspell でサポートされる全ての言語のリスト
| exec | exec_commands_ids | 実行されたコマンドの識別子 (番号と名前)
| fset | fset_options | 設定ファイル、セクション、オプションの名前、オプションの値
@@ -86,6 +82,10 @@
| script | script_tags | リポジトリに存在するスクリプトに対するタグのリスト
| spell | spell_dicts | list of installed dictionaries
| spell | spell_langs | list of all languages supported
| tcl | tcl_script | スクリプトのリスト
| trigger | trigger_hook_arguments | フックに対するデフォルト引数
+2 -2
View File
@@ -6,8 +6,6 @@
|===
| プラグイン | 名前 | 説明 | 引数
| aspell | aspell_dict | バッファで使用中の辞書のコンマ区切りリスト | バッファポインタ ("0x12345678") またはバッファのフルネーム ("irc.freenode.#weechat")
| fifo | fifo_filename | FIFO パイプの名前 | -
| guile | guile_eval | ソースコードの評価 | 実行するソースコード
@@ -74,6 +72,8 @@
| ruby | ruby_version | 使用中のインタプリタのバージョン | -
| spell | spell_dict | バッファで使用中の辞書のコンマ区切りリスト | バッファポインタ ("0x12345678") またはバッファのフルネーム ("irc.freenode.#weechat")
| tcl | tcl_eval | ソースコードの評価 | 実行するソースコード
| tcl | tcl_interpreter | 使用中のインタプリタの名前 | -
@@ -6,7 +6,7 @@
. logger (14000)
. exec (13000)
. trigger (12000)
. aspell (11000)
. spell (11000)
. alias (10000)
. buflist (9000)
. fifo (8000)