From 5eb342eb06282852a748a63155534e06456aea79 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Tue, 20 Oct 2015 22:27:35 -0400 Subject: [PATCH] man/nitpick.md: add missing option `--vim-autocomplete` Signed-off-by: Jean Privat --- share/man/nitpick.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/man/nitpick.md b/share/man/nitpick.md index 45a258f..38dd752 100644 --- a/share/man/nitpick.md +++ b/share/man/nitpick.md @@ -14,7 +14,10 @@ It is currently used with the vim syntactic plugin. # OPTIONS -Only common options of the Nit tools are understood. +### `--vim-autocomplete` +Generate metadata files used by the Vim plugin for autocompletion. + +This option is not expected to be called directly by users. # SEE ALSO -- 1.7.9.5