Bug#531647: Vim filters through indent when -cindent and equalprg unset

2009-06-03 Thread Bram Moolenaar
James - Using = when Vim was built with -cindent and the user hasn't set 'equalprg' filters the text through the external command `indent'. As this behavior isn't documented, it's a surprise to the user and can cause the text-to-be-indented to be deleted or replaced with error messages

Bug#531647: Vim filters through indent when -cindent and equalprg unset

2009-06-03 Thread James Vega
On Wed, Jun 03, 2009 at 11:53:37AM +0200, Bram Moolenaar wrote: James - Using = when Vim was built with -cindent and the user hasn't set 'equalprg' filters the text through the external command `indent'. As this behavior isn't documented, it's a surprise to the user and can cause the