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 /doc/en/configure.txt | |
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 'doc/en/configure.txt')
-rw-r--r-- | doc/en/configure.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index 3d067688..7094b792 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -120,8 +120,13 @@ section of this documentation. *after_completion*:: , - 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 + +*add_space_after_completion*:: true + + Whether or not to add a space after a completion in the middle of the + input (not at the start of it) *words*:: [empty] |