From 3321ea2ab4eacded08524739c79cbb3d95ec3be2 Mon Sep 17 00:00:00 2001 From: Marco Hinz <mh.codebro@gmail.com> Date: Fri, 8 Jul 2016 21:43:18 +0200 Subject: [PATCH] Debug: add note about -V option --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 27d02f5..2bdf2ad 100644 --- a/README.md +++ b/README.md @@ -2145,6 +2145,9 @@ fear no more, you can simply redirect the output to a file: :set verbosefile=/tmp/foo | 15verbose echo "foo" | vsplit /tmp/foo ``` +You can also enable verbosity at starting time, with the `-V` option. It +defaults to verbosity level 10. E.g. `vim -V5`. + #### Profiling startup time Vim startup feels slow? Time to crunch some numbers: