Tim Hi and thanks for the info, I went in and commented out the lines, it appears that it working, so thanks. One question what language are they using in these syntax files?
thanks again. --jerry On Sun, May 13, 2012 at 7:49 PM, Tim Chase <[email protected]> wrote: > On 05/13/12 12:48, Gerald Klein wrote: > > Hi, Does anyone know how I can get rid if these warnings > > > > Large indenting detected, speed optimizations engaged (v1.33) > > Press ENTER or type command to continue > > These seem to be coming from $VIMRUNTIME/indent/php.vim [1] which > just looks like lousy code to me. IMHO, an indenting function > should NEVER have side-effects like ":echom" in them. Especially if > there's nothing catastrophic about it. And (barring debugging of > the php.vim file by vim-developers) nobody cares about these > messages. It looks like it was added in changeset e6fd82f42ba0. > > As a quick hack, I'd just nuke the two :echom lines in question from > the file and get on with my life. I propose the attached patch > which boringly does the same (I'm not on vim_dev@ so perhaps someone > there could make sure this is bueno). > > -tim > > [1] > http://code.google.com/p/vim/source/browse/runtime/indent/php.vim#364 > > > > -- > You received this message from the "vim_use" 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 > -- Gerald Klein DBA**** [email protected] www.geraldklein.com <http://geraldklein.com/>**** [email protected]**** 708-599-0352**** Linux registered user #548580 -- You received this message from the "vim_use" 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
