Hi vim users,<p>What's average startup time for opening, say a 1000 line python/c/<your favorite programming lang> file?<p>How to find startup time:<p>[0]~$ vim --startuptime ~/recordtime.log a-file-with-say-1000-lines-code<p>Now the file ~/recordtime.log 's last line: shows time (milliseconds) in first column with comment "--- VIM STARTED ---". That's vim startup time.<p>For me:<p>* Startup time :2885.87 milliseconds<p>* Number of lines :3719<p>* Programming Lang :python<p>* Config :hacked version of spf-13-vim https://github.com/spf13/spf13-vim
(956 line .vimrc and ~120 bundles(plugins) being sourced.<p>* VIM version
(vim --version) :VIM - Vi IMproved 7.4<p>* Operating system
cat /etc/lsb-release
for ubuntu :Ubuntu 14.04<p>* Share hardware details if you want..<p>* Any other relevant information.<p>Interested users may use above format or whatever works for you!<p>Please note:<p><i></i> Don't get in flame wars on Usenet (or anywhere else). [ http://www.catb.org/esr/faqs/hacker-howto.html ]
3 seconds is ridiculous.<p>Vim 7.4.1707 in Terminal.app on Mac OS X 10.10.5, on a MacBook from 2013.<p>232.570 milliseconds for a 10376 lines CSS file.<p>101.498 milliseconds for a 4756 lines Python file.