From: Thibault M. <thi...@ie...> - 2016-06-01 14:10:28
|
Hi all, I have an issue with the indentation of 'end' lines with matlab.el. It seems that the calculated indentation level does not get multiplied by the indent size resulting in blocks like: if true if true for i = 1:10 disp(1); end end end Am I the only one to experience this? The attached patch fixes it for me but I am not sure whether this is a bug or an issue with my setup. Any input would be welcome, thanks |