diff options
author | mathieui <mathieui@mathieui.net> | 2012-05-23 16:23:26 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-05-23 16:25:53 +0200 |
commit | 12bd9b589ca3ebc6ce6c9ae269006850a30afbaa (patch) | |
tree | d391653b985d6ccc4f4bf2c12d8b54ed4069f697 /doc | |
parent | e1c7f63a3a186f802b91101513a839bb2b864c61 (diff) | |
download | poezio-12bd9b589ca3ebc6ce6c9ae269006850a30afbaa.tar.gz poezio-12bd9b589ca3ebc6ce6c9ae269006850a30afbaa.tar.bz2 poezio-12bd9b589ca3ebc6ce6c9ae269006850a30afbaa.tar.xz poezio-12bd9b589ca3ebc6ce6c9ae269006850a30afbaa.zip |
Add personal words completion - Fixes #1723
This commits adds a “words” variable to the configuration file. This
variable must contain a list of words, separated by colons (:).
Those words will then be completed upon tab completion in the chatrooms,
private conversations, and direct conversations.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/configure.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index 81bb8198..a2262c90 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -132,6 +132,13 @@ section of this documentation. what will be put after the name, when using autocompletion a SPACE will always be added after that +*words*:: [empty] + + Personal dictionary of the words you use often, that you want to complete + through tab completion. They must be separated bu a colon (:). That + completion will work in chatrooms, private conversations, and direct + conversations. + *highlight_on*:: [empty] a list of words (separated by a colon (:)) that will be |