diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-11-16 16:58:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-16 16:58:13 +0100 |
commit | a0b8a6e77ffc8e0b1bb6a96005802b3252c27c30 (patch) | |
tree | d77dfaa9c068d18c385fb10944c4b1b559e231e3 | |
parent | a61ab44810a0cb78223a179d78eff16d2e0b8bf6 (diff) | |
download | vim-polyglot-a0b8a6e77ffc8e0b1bb6a96005802b3252c27c30.tar.gz vim-polyglot-a0b8a6e77ffc8e0b1bb6a96005802b3252c27c30.zip |
3ms -> 17ms
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ A collection of language packs for Vim. - No support for esoteric languages, only most popular ones (modern too, like `slim`). - Each build is tested by automated vimrunner script on CI. See `spec` directory. -\*To be completely honest, concatenated `ftdetect` script takes around `3ms` to load. +\*To be completely honest, concatenated `ftdetect` script takes around `17ms` to load. ## Installation |