mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 07:46:38 +02:00
20 lines
661 B
Plaintext
20 lines
661 B
Plaintext
[[command_aspell_aspell]]
|
|
[command]*`aspell`* configurazione del plugin aspell::
|
|
........................................
|
|
/aspell dictlist
|
|
enable <lingua>
|
|
disable
|
|
addword [<lingua>] <parola>
|
|
|
|
dictlist: show installed dictionaries
|
|
enable: enable aspell on current buffer
|
|
disable: disable aspell on current buffer
|
|
addword: add a word in your personal aspell dictionary
|
|
|
|
Input line beginning with a '/' is not checked, except for some commands (see /set aspell.check.commands).
|
|
|
|
To enable aspell on all buffers, use option "default_dict", for example:
|
|
/set aspell.check.default_dict "en"
|
|
........................................
|
|
|