rizzatti / dash.vim

Search Dash.app from Vim
MIT License
995 stars 59 forks source link

Hope that system call of uname get removed #48

Closed chemzqm closed 8 years ago

chemzqm commented 8 years ago

Dash.vim would add nearly 15ms to my vim start time, it's my second slowest plugin. When I get the unname check removed, the loading time would be less than 1ms. I think it's not necessary to avoid loading the script by check the uname, it should be fine if the script get loaded but could not works.
This check slows down vim instead of make vim faster.

rizzatti commented 8 years ago

Removed.