summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-01-26 14:54:57 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-01-26 14:54:57 +0100
commit1a34f871639febe36a326cb1d92b132f672ab685 (patch)
treeeeb64c5dadeae38a8063254432127ebc70a33425 /src/core
parent4d9fd4c4aa7f96f0cbbe8147202e572c99c46741 (diff)
downloadweechat-1a34f871639febe36a326cb1d92b132f672ab685.zip
core: do not automatically add a space when completing "nick:" at the beginning of command line
The space can be added in option weechat.completion.nick_completer (this is now the default value of the option): /set weechat.completion.nick_completer ": "
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c
index d34440aa5..98a40e727 100644
--- a/src/core/wee-config.c
+++ b/src/core/wee-config.c
@@ -4175,7 +4175,7 @@ config_weechat_init_options ()
"nick_completer", "string",
N_("string inserted after nick completion (when nick is first word on "
"command line)"),
- NULL, 0, 0, ":", NULL, 0,
+ NULL, 0, 0, ": ", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
config_completion_nick_first_only = config_file_new_option (
weechat_config_file, ptr_section,