diff options
author | mathieui <mathieui@mathieui.net> | 2012-07-19 02:09:24 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-07-19 02:09:24 +0200 |
commit | 82e242305dba0e23069aeac7e65bb04aa9bb8556 (patch) | |
tree | 4b60310c97d035c93be3c78a29e38593cd2ed993 /doc/en | |
parent | 0de6a197f645d7bac3163355cbb999a4ea0f1afc (diff) | |
download | poezio-82e242305dba0e23069aeac7e65bb04aa9bb8556.tar.gz poezio-82e242305dba0e23069aeac7e65bb04aa9bb8556.tar.bz2 poezio-82e242305dba0e23069aeac7e65bb04aa9bb8556.tar.xz poezio-82e242305dba0e23069aeac7e65bb04aa9bb8556.zip |
Remove the shell_completion
- completion is normal with no way to change it
(shell_completion was buggy)
- remove it in the default config and in the doc too
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/configure.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index 901ff9eb..0fdaeb30 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -118,15 +118,6 @@ section of this documentation. use this option to force the use of local bookmarks if needed. Anything but "false" will be counted as true. -*completion*:: normal - - the completion type you will use to complete nicknames - if "normal", complete the entire name to the first available completion - and then cycle through the possible completion with the next TABs - if "shell", if there's more than one nick for this completion, complete - only the part that all then nicks have in common (like in a shell) - - *after_completion*:: , what will be put after the name, when using autocompletion |