summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-12 11:56:09 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-12 11:56:09 +0100
commit2962ce55d642049dd9bf5e40d6e4c83522fc1696 (patch)
tree1be95634a5c68aec50357ff703d92f7834106786 /src
parente8de09662500543d774430a3aa722cfd7bd16c5f (diff)
downloadweechat-2962ce55d642049dd9bf5e40d6e4c83522fc1696.zip
exec: add missing completion of "-ns" in command /exec
Diffstat (limited to 'src')
-rw-r--r--src/plugins/exec/exec-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/exec/exec-command.c b/src/plugins/exec/exec-command.c
index b81e6c181..135243fad 100644
--- a/src/plugins/exec/exec-command.c
+++ b/src/plugins/exec/exec-command.c
@@ -604,7 +604,7 @@ exec_command_init ()
"Default options can be set in the option "
"exec.command.default_options."),
"-list"
- " || -sh|-nosh|-bg|-nobg|-stdin|-nostdin|-l|-o|-n|-timeout|-name|%*"
+ " || -sh|-nosh|-bg|-nobg|-stdin|-nostdin|-l|-o|-n|-ns|-timeout|-name|%*"
" || -in|-signal|-kill %(exec_commands_ids)"
" || -killall"
" || -set %(exec_commands_ids) stdin|stdin_close|signal"