どのように私は、次のテキストのようなものにVimのTabularize複数行
text1 text2 temp_line0, text1 text2 temp_line1, text1 text2 [1:0] temp_line2, text1 text2 [15:0] temp_line5, text1 text2 temp_line6, text1 text2 [1:0] temp_line7, text1 text2 temp_line8, text1 text2 [23:0]temp_line9
を揃えるためにはVim Tabularizeを使用してください。..
text1 text2 temp_line0, text1 text2 temp_line1, text1 text2 [1:0] temp_line2, text1 text2 [15:0] temp_line5, text1 text2 temp_line6, text1 text2 [1:0] temp_line7, text1 text2 temp_line8, text1 text2 [23:0] temp_line9
基本的に私は、後にすべてのものを揃えたいです"]"行内
すべての行に共通の区切り記号はありません。 – maggick