From 12bd9b589ca3ebc6ce6c9ae269006850a30afbaa Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 23 May 2012 16:23:26 +0200 Subject: Add personal words completion - Fixes #1723 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- doc/en/configure.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3