On Dec 28, 8:33 am, Daniel Fetchinson <[email protected]> wrote: > > But still out of luck. With javascript either everything is folded > between the first { and the last } (which means the entire file is > folded, not each function separately) or no folds are found. >
I would read :help java.vim to see if there are any options that might affect the folding. However, a quick look at the syntax file shows a highlight group that does not "contain" and is not "containedin" anything, nor do any other syntax groups contain it. This is somewhat suspicious to me. I don't code in Java, so I have no idea whether folding works in general, but I know it is a relatively recent introduction to the syntax file because we have a few tips on the wiki about adding folding to java syntax. If you do not receive any responses back, try contacting the maintainer listed on $VIMRUNTIME/ syntax/java.vim header comment. -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
