summaryrefslogtreecommitdiff
path: root/src/plugins/fset
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-06-13 22:28:45 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-06-25 16:35:28 +0200
commitac3632c22fadc27676f9afe59f23994822de991f (patch)
tree92a6c87ff22c0b6a82323f2cef8bcdef69aedf5c /src/plugins/fset
parentc9460565b8d88c122539c2fa47e09239b0d23cd9 (diff)
downloadweechat-ac3632c22fadc27676f9afe59f23994822de991f.zip
fset: add completion values "0" and "end" for command /fset -go
Diffstat (limited to 'src/plugins/fset')
-rw-r--r--src/plugins/fset/fset-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c
index b359ec548..7312dd555 100644
--- a/src/plugins/fset/fset-command.c
+++ b/src/plugins/fset/fset-command.c
@@ -670,7 +670,7 @@ fset_command_init ()
" || -down 1|2|3|4|5"
" || -left 10|20|30|40|50|60|70|80|90|100"
" || -right 10|20|30|40|50|60|70|80|90|100"
- " || -go"
+ " || -go 0|end"
" || -toggle"
" || -add -1|1"
" || -reset"