Age | Commit message (Collapse) | Author |
|
|
|
|
|
(issue #1484)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Related to weechat/weechat.org@66a8b72ab17784e7476b142e36c0fd8c7ae9c7c3
|
|
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
|
|
|
|
|
|
|
|
hook_process_hashtable (plugin API reference)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(issue #1075)
|
|
|
|
This option is used to force partial completion on specific templates
(for now only "config_options").
|
|
|
|
The default value is 0 (legacy behavior).
When it is set to 1, an empty input (just by pressing Return with nothing in
input) is sent to the input callback, which receives an empty string.
|
|
|
|
This fixes a refresh problem of options after /upgrade in fset buffer.
|
|
|
|
|
|
function hdata_update
|
|
|
|
|
|
|
|
|
|
|
|
"plugins_commands" and ""weechat_commands"
|
|
|
|
|
|
|
|
|
|
|