summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index ae792d3c..ea84e11b 100644
--- a/README.md
+++ b/README.md
@@ -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.