1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

fset: add completion "c:" in command /fset

This commit is contained in:
Sébastien Helleu
2017-06-03 17:40:40 +02:00
parent dd18087db6
commit 88bc4d9cc1
+1 -1
View File
@@ -600,7 +600,7 @@ fset_command_init ()
" || -set"
" || -append"
" || -mark"
" || *|f:|s:|d|d:|d=|d==|=|==",
" || *|c:|f:|s:|d|d:|d=|d==|=|==",
&fset_command_fset, NULL, NULL);
weechat_hook_command_run ("/set", &fset_command_run_set_cb, NULL, NULL);
}