From 7f7ec57f40ed2fb41795d52e03aed8eacc3a2f34 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Tue, 6 Nov 2012 18:02:31 +0000 Subject: Add a add_space_after_completion bool option. fix #2150 --- data/default_config.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index a2c62206..af1ee6ab 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -85,10 +85,14 @@ use_bookmarks_method = use_remote_bookmarks = true -# what will be put after the name, when using autocompletion -# a SPACE will always be added after that +# What will be put after the name, when using autocompletion at the +# beginning of the input. A space will always be added after that after_completion = , +# Whether or not to add a space after a completion in the middle of the +# input (not at the start of it) +add_space_after_completion = true + # The maximum length of the nickname that will be displayed in the # conversation window. max_nick_length = 25 -- cgit v1.2.3