Bohr Shaw wrote: > On Wednesday, September 18, 2013 3:14:09 PM UTC+8, Bohr Shaw wrote: > > I have tested the problem with this command: > > > > vim -Nu NONE --cmd 'filetype plugin indent on' --cmd 'syntax enable' > > --startuptime t +h > > > > `cat t` and I got: > > > > ... > > 201.000 001.000 001.000: sourcing > > D:\ProgramsPortable\Vim\vim74\scripts.vim > > 206.000 000.000 000.000: sourcing > > D:\ProgramsPortable\Vim\vim74\ftplugin\help.vim > > 211.000 001.000 001.000: sourcing > > D:\ProgramsPortable\Vim\vim74\syntax\help.vim > > 217.000 000.000 000.000: sourcing > > D:\ProgramsPortable\Vim\vim74\ftplugin\help.vim > > 222.000 001.000 001.000: sourcing > > D:\ProgramsPortable\Vim\vim74\syntax\help.vim > > ... > > These file are just duplicate and there are more duplicates when I run > including bundles.
This is not abnormal. The script contains a check if syntax was already set and then finishes quickly. -- hundred-and-one symptoms of being an internet addict: 225. You sign up for free subscriptions for all the computer magazines /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
