1 Mar
2009
1 Mar
'09
11:33 a.m.
On Sat, Feb 28, 2009 at 10:37 PM, Dan McGee <dpmcgee@gmail.com> wrote:
Also agree with Allan's style comments, and I am not sure why vim indents like it does.
I guess vim considers case blocks just like any other blocks : " Add a 'shiftwidth' after if, while, else, case, until, for, function() So it indents all the lines inside a case/esac at the same level. And it apparently does not consider case statements as blocks. That indentation is made even worse by the fact that I didn't even put a newline between the different case statements, so it is even harder to see them. Anyway my updated patches have manual indentation now.