【发布时间】:2016-04-11 10:49:43
【问题描述】:
我希望 Tabulize 忽略没有特定字符的行,然后对齐/表格化这些行 ..
text1_temp = text_temp;
temporary_line;
text2 = text_temp;
最后我想要以下内容:
text1_temp = text_temp;
temporary_line;
text2 = text_temp;
// 第二个“=”相对于第一个“=”间隔/制表符
如果我将 3 行一起运行 ":Tabularize /=",我会得到:
text1_temp = text_temp;
temporary_line;
text2 = text_temp;
其中带“=”的两条线相对于中间线的长度对齐
有什么建议吗?
PS:我编辑帖子可能是为了更好地解释需求..
【问题讨论】:
-
据我所见,您希望将这些行取消表格化。它是否正确?我想,你需要另一个命令,比如 un-tabularize。