JavaScript indenting - improved fix

2010-07-11 Thread Hari Kumar G
Hi, I've improved the patch for handling JavaScript code indenting through cindent. Now it is able to handle anonymous functions inside parentheses etc. correctly. The diff from the latest changeset is attached. This reverts the change made to 'cin_iscase' (addition of argument 'strict'). Now the

Re: JavaScript indenting - improved fix

2010-07-11 Thread Bram Moolenaar
Hari Kumar wrote: > I've improved the patch for handling JavaScript code indenting through > cindent. Now it is able to handle anonymous functions inside > parentheses etc. correctly. The diff from the latest changeset is > attached. This reverts the change made to 'cin_iscase' (addition of > arg