4
我想這樣做在VIM:怎樣才能排隊/縮進函數參數最多(
// before
int DoStuffToSometing(int stuff,
char action,
int something);
// after
int DoStuffToSometing(int stuff,
char action,
int someting);
=%
而在匹配括號之中,不工作 如何排隊事情如上所示?