diff options
author | Florent Le Coz <louiz@louiz.org> | 2012-11-06 18:02:31 +0000 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2012-11-06 18:02:31 +0000 |
commit | 7f7ec57f40ed2fb41795d52e03aed8eacc3a2f34 (patch) | |
tree | f28d34acb0718d203ad90f3488e51ca1e9b84d8a /data | |
parent | 356211699df62272e85510eff3115a483a1ceca2 (diff) | |
download | poezio-7f7ec57f40ed2fb41795d52e03aed8eacc3a2f34.tar.gz poezio-7f7ec57f40ed2fb41795d52e03aed8eacc3a2f34.tar.bz2 poezio-7f7ec57f40ed2fb41795d52e03aed8eacc3a2f34.tar.xz poezio-7f7ec57f40ed2fb41795d52e03aed8eacc3a2f34.zip |
Add a add_space_after_completion bool option.
fix #2150
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 8 |
1 files changed, 6 insertions, 2 deletions
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 |