summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/weechat_options.adoc
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 /doc/ja/autogen/user/weechat_options.adoc
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 'doc/ja/autogen/user/weechat_options.adoc')
-rw-r--r--doc/ja/autogen/user/weechat_options.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/weechat_options.adoc b/doc/ja/autogen/user/weechat_options.adoc
index eb99b3d31..58341b896 100644
--- a/doc/ja/autogen/user/weechat_options.adoc
+++ b/doc/ja/autogen/user/weechat_options.adoc
@@ -420,7 +420,7 @@
** 説明: pass:none[ニックネーム補完の後に追加する文字列 (ニックネームがコマンドラインの最初にある場合)]
** タイプ: 文字列
** 値: 未制約文字列
-** デフォルト値: `+":"+`
+** デフォルト値: `+": "+`
* [[option_weechat.completion.nick_first_only]] *weechat.completion.nick_first_only*
** 説明: pass:none[最初に見つかったニックネームだけを補完]