From ac3632c22fadc27676f9afe59f23994822de991f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 13 Jun 2017 22:28:45 +0200 Subject: [PATCH] fset: add completion values "0" and "end" for command /fset -go --- src/plugins/fset/fset-command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"