retry with syn off or filetype off. Do your problems still occur? Excerpts from Matteo Cavalle> "foo2.tpl" 36L, 1231C > smarty > smarty > smarty > Press ENTER or type command to continue YOu may want to start vim -V20/tmp/log
then have a look for echo echom echoe lines outputting smarty. It looks like each time the same code gets executed once more. This happens eg if you reload files without clearing au commands: au FOO au! au BufNewFile * do stuff augroup end if you forgett the au! it may happen that a new entry triggering do stuff is executed for each file. Eg use "tail -f /tmp/log > /tmp/new-lines", open a file, stop by ctrl-c. Repeat piping into new-lines2, then use diff or uniq -c or such to find out which code gets executed more and more times? I hope those hints are useful to you. Regards Marc Weber -- -- 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.
