diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-16 16:59:43 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-16 16:59:43 +0200 |
commit | c37e16fbbd147d25aeb7efea628179f2e4f90c88 (patch) | |
tree | 7523296020611cfb3580d0970569ec25c2edd196 | |
parent | d7873996b43339f6d272ffa8e3616a4e5793dc26 (diff) | |
download | vim-polyglot-c37e16fbbd147d25aeb7efea628179f2e4f90c88.tar.gz vim-polyglot-c37e16fbbd147d25aeb7efea628179f2e4f90c88.zip |
Mention about real startup cost
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,9 @@ A collection of language packs for Vim. One to rule them all, one to find them, one to bring them all and in the darkness bind them. -- It **won't affect your startup time**, as scripts are loaded on demand (except 3ms for `ftdetect`). +- It **won't affect your startup time**, as scripts are loaded only on demand. + + To be completely honest, concatenated `ftdetect` script takes around `3ms` to load. - It **installs 40x faster** (unparallelized), as language packs are not submoduled, but merged. - It clones even faster as all unnecessary files are ignored (like enormous documentation from php support). - Best syntax and indentation support. If someone releases better language pack, it will be replaced here. |