例:
this is my text, this is, this is my text
this, this is my, this is my, this is text
this is, my text, this is, this is my text
this, this is my, this is my, this is text
通常、Tabularプラグインを使用してテキストを揃えます。Iの 1 回目または 2 回目の発生時
に配置する
Peは、次の
式を使用します。 ','
Tabularize /^\(.\{-}\zs,\)\{1}/l0
Tabularize /^\(.\{-}\zs,\)\{2}/l0
1 回目または 2 回目の発生後に整列する','
Tabularize /^\(.\{-}\zs,\)\{1}\zs/l0l1
Tabularize /^\(.\{-}\zs,\)\{2}\zs/l0l1
しかし、出現
回数がわからない場合、 * 最後の出現時以降に* どのように位置合わせするのでしょうか?','