mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 02:03: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:
@@ -10,10 +10,6 @@
|
||||
|
||||
| alias | alias_value | valore dell'alias
|
||||
|
||||
| aspell | aspell_dicts | elenco dei dizionari aspell installati
|
||||
|
||||
| aspell | aspell_langs | elenco di tutte lingue supportate da aspell
|
||||
|
||||
| exec | exec_commands_ids | ids (numbers and names) of executed commands
|
||||
|
||||
| fset | fset_options | configuration files, sections, options and words of options
|
||||
@@ -86,6 +82,10 @@
|
||||
|
||||
| script | script_tags | tag degli script nel repository
|
||||
|
||||
| spell | spell_dicts | list of installed dictionaries
|
||||
|
||||
| spell | spell_langs | list of all languages supported
|
||||
|
||||
| tcl | tcl_script | elenco degli script
|
||||
|
||||
| trigger | trigger_hook_arguments | default arguments for a hook
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
|===
|
||||
| Plugin | Nome | Descrizione | Argomenti
|
||||
|
||||
| aspell | aspell_dict | elenco separato da virgole di dizionari usati nel buffer | puntatore al buffer ("0x12345678") o buffer con il nome completo ("irc.freenode.weechat")
|
||||
|
||||
| fifo | fifo_filename | nome della pipe FIFO | -
|
||||
|
||||
| guile | guile_eval | evaluation of source code | source code to execute
|
||||
@@ -74,6 +72,8 @@
|
||||
|
||||
| ruby | ruby_version | version of the interpreter used | -
|
||||
|
||||
| spell | spell_dict | elenco separato da virgole di dizionari usati nel buffer | puntatore al buffer ("0x12345678") o buffer con il nome completo ("irc.freenode.weechat")
|
||||
|
||||
| tcl | tcl_eval | evaluation of source code | source code to execute
|
||||
|
||||
| tcl | tcl_interpreter | name of the interpreter used | -
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
. logger (14000)
|
||||
. exec (13000)
|
||||
. trigger (12000)
|
||||
. aspell (11000)
|
||||
. spell (11000)
|
||||
. alias (10000)
|
||||
. buflist (9000)
|
||||
. fifo (8000)
|
||||
|
||||
Reference in New Issue
Block a user