1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

aspell: add signal "aspell_suggest" (sent when new suggestions are displayed)

This commit is contained in:
Sebastien Helleu
2013-01-01 17:26:50 +01:00
parent 4ebd300340
commit 3df1d70bb5
6 changed files with 47 additions and 6 deletions
+1
View File
@@ -61,6 +61,7 @@ Version 0.4.0 (under dev!)
hook_connect (task #11205)
* alias: give higher priority to aliases (2000) so that they take precedence
over an existing command
* aspell: add signal "aspell_suggest" (sent when new suggestions are displayed)
* aspell: add bar items "aspell_dict" (dictionary used on current buffer) and
"aspell_suggest" (suggestions for misspelled word at cursor), add option
aspell.check.suggestions (task #12061)