Updated faq (markdown)

Junegunn Choi 2017-01-30 00:44:25 +09:00
parent 5e29521187
commit 7b44d964a3

2
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
```