From 7b44d964a3f074b2afe7068de6ec16e4853ed6f0 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 30 Jan 2017 00:44:25 +0900 Subject: [PATCH] Updated faq (markdown) --- faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq.md b/faq.md index 57871ab..08af4f0 100644 --- a/faq.md +++ b/faq.md @@ -159,7 +159,7 @@ You most likely don't need them at all. A properly implemented Vim plugin should Before applying the options, make sure that you're tackling the right problem by breaking down the startup of time of Vim using `--startuptime`. See if there are plugins that take more than a few milliseconds. -```vim +```sh vim --startuptime /tmp/log ```