On Wednesday, February 25, 2015 at 4:23:37 AM UTC-6, Ni Va wrote: > Hi, > > What filetype I am opening (.vim or .xml), the method syntax folding does not > proceed to fold operations meanwhile indent folding method do it. > > I think it is a bad configuration in vimfiles. > > Can you help me on this topic? > > Thank you
Both of these filetypes need an additional setting in your .vimrc to enable syntax folding. See :help xml-folding and :help g:vimsyn_folding For Vim scripts, also see http://vim.wikia.com/wiki/Syntax_folding_of_Vim_scripts for possible enhancements. -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" 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/d/optout.
