nitpick: hide `--vim-autocomplete` from the help
authorJean Privat <jean@pryen.org>
Wed, 21 Oct 2015 02:36:02 +0000 (22:36 -0400)
committerJean Privat <jean@pryen.org>
Wed, 21 Oct 2015 12:42:54 +0000 (08:42 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/doc/vim_autocomplete.nit

index ad5e891..4f19dbc 100644 (file)
@@ -45,6 +45,7 @@ redef class ToolContext
        do
                super
                option_context.add_option opt_vim_autocomplete
+               opt_vim_autocomplete.hidden = true
        end
 end