> retry with syn off or filetype off. with syntax off the problem seems to be drastically reduced, but not disappeared completely. however i verified this just with my eyes, no profiling at all. i just see a small delay loading the last file while the first few where loaded instantly. anyway, i can say such a small delay equals to no problem at all.
with filetype off the problem is gone. still verified without profiling but i see no delay loading the last file. > YOu may want to start vim -V20/tmp/log > then have a look for echo echom echoe lines outputting smarty. mh... i was outputting "smarty" with an autocmd i used to see the value of <amatch> (which is used by the function that loads the filetype scripts). but maybe i haven't understood your advice. > if you forgett the au! it may happen that a new entry triggering do > stuff is executed for each file. so each time i load a file, some script add another copy of "do stuff" to the list of autocommands? i'll try to check (and maybe temporary remove) my autocmds in vimrc. if that doesn't solve the problem i'll try deleting plugins one at a time. i'll also try the other suggestion with tail. i don't have time to do them right now, so i'll be back as soon as i have time to test them all :) thanks for your help -- -- 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.
