2006年 08月 09日

Vim Javascript

Hogehoge.prototype = {
	label : function () {
	}
}

って書こうとするとインデント崩れる。

fun(function () {
	aaa
});

も崩れるなぁ。