1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43: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 | wartość aliasu
| aspell | aspell_dicts | lista zainstalowanych słowników aspell
| aspell | aspell_langs | lista wszystkich języków wspieranych przez aspell
| exec | exec_commands_ids | id (numery i nazwy) wykonywanych komend
| fset | fset_options | pliki konfiguracyjne, sekcje, opcje i slowa w opcjach
@@ -86,6 +82,10 @@
| script | script_tags | tagi skryptów w repozytorium
| spell | spell_dicts | list of installed dictionaries
| spell | spell_langs | list of all languages supported
| tcl | tcl_script | lista skryptów
| trigger | trigger_hook_arguments | domyślne argumenty dla hooka
+2 -2
View File
@@ -6,8 +6,6 @@
|===
| Wtyczka | Nazwa | Opis | Argumenty
| aspell | aspell_dict | oddzielona przecinkami lista słowników używanych w buforze | wskaźnik na bufor ("0x12345678") lub jego pełna nazwa ("irc.freenode.#weechat")
| fifo | fifo_filename | nazwa strumienia FIFO | -
| guile | guile_eval | wykonywanie kodu źródłowego | kod źródłowy do wykonania
@@ -74,6 +72,8 @@
| ruby | ruby_version | wersja użytego interpretera | -
| spell | spell_dict | oddzielona przecinkami lista słowników używanych w buforze | wskaźnik na bufor ("0x12345678") lub jego pełna nazwa ("irc.freenode.#weechat")
| tcl | tcl_eval | wykonywanie kodu źródłowego | kod źródłowy do wykonania
| tcl | tcl_interpreter | nazwa użytego interpretera | -
@@ -6,7 +6,7 @@
. logger (14000)
. exec (13000)
. trigger (12000)
. aspell (11000)
. spell (11000)
. alias (10000)
. buflist (9000)
. fifo (8000)