1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

fset: add completion "fset_options"

This commit is contained in:
Sébastien Helleu
2017-06-15 22:18:09 +02:00
parent f519499057
commit 263c2904a7
8 changed files with 140 additions and 1 deletions
+1 -1
View File
@@ -751,7 +751,7 @@ fset_command_init ()
" || -append"
" || -mark"
" || -export -help|-nohelp|%(filename) %(filename)"
" || *|c:|f:|s:|d|d:|d=|d==|=|==",
" || *|c:|f:|s:|d|d:|d=|d==|=|==|%(fset_options)",
&fset_command_fset, NULL, NULL);
weechat_hook_command_run ("/set", &fset_command_run_set_cb, NULL, NULL);
}