diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-30 01:23:41 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-30 01:23:41 +0200 |
commit | 7036147860952571d2d11b2218c72431f535a660 (patch) | |
tree | 7720336d1fd4e94d9227c116cfcecda8406c582f | |
parent | a37e7e29392b9496ffb08258d965515e9cf57a80 (diff) | |
download | vim-polyglot-7036147860952571d2d11b2218c72431f535a660.tar.gz vim-polyglot-7036147860952571d2d11b2218c72431f535a660.zip |
Brag in readme about shortened ftdetect time
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ A collection of language packs for Vim. - Automatically detect indentation (includes performance-optimized version of [vim-sleuth](https://github.com/tpope/vim-sleuth)) - Each build is tested by automated vimrunner script on CI. See `spec` directory. -\*To be completely honest, optimized `ftdetect` script takes around `20ms` to load. +\*To be completely honest, optimized `ftdetect` script takes around `10ms` to load. ## Installation |