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

aspell: add options to control delimiters in suggestions (closes #940)

New options:
- aspell.color.suggestion_delimiter_dict
- aspell.color.suggestion_delimiter_word
- aspell.look.suggestion_delimiter_dict
- aspell.look.suggestion_delimiter_word

Option renamed:
- aspell.color.suggestions -> aspell.color.suggestion
This commit is contained in:
Sébastien Helleu
2017-04-01 12:26:48 +02:00
parent 6ab7af705e
commit b29f18d7ea
30 changed files with 571 additions and 69 deletions
+10
View File
@@ -17,6 +17,16 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
(file _ChangeLog.adoc_ in sources).
[[v1.8]]
== Version 1.8 (under dev)
[[v1.8_aspell_options]]
=== Aspell options
Aspell option with color for suggestion on a misspelled word has been renamed:
* _aspell.color.suggestions_ has been renamed to _aspell.color.suggestion_
[[v1.7]]
== Version 1.7 (2017-01-15)