From ad7b7716bb00ad19c013956861b437ee0ccf0876 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sun, 23 Aug 2015 13:53:47 +0300 Subject: *: Fix lint errors found in new code in previously ignored files --- src/nvim/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/main.c') diff --git a/src/nvim/main.c b/src/nvim/main.c index c4387c0b7f..d865260295 100644 --- a/src/nvim/main.c +++ b/src/nvim/main.c @@ -2042,7 +2042,7 @@ static void usage(void) mch_msg(_(" -r, -L List swap files and exit\n")); mch_msg(_(" -r Recover crashed session\n")); mch_msg(_(" -u Use instead of the default\n")); - mch_msg(_(" -i Use instead of the default " SHADA_FILE "\n")); + mch_msg(_(" -i Use instead of the default " SHADA_FILE "\n")); // NOLINT(whitespace/line_length) mch_msg(_(" --noplugin Don't load plugin scripts\n")); mch_msg(_(" -o[N] Open N windows (default: one for each file)\n")); mch_msg(_(" -O[N] Like -o but split vertically\n")); -- cgit