formatLineText 参数

使用 formatLineText 参数来设置或查询显示在格式行中的文本。

可用性

query 命令
set 命令

作用域

当前视图。

语法

query formatLineText
set formatLineText [ text ] 

参数

text 使用 text 参数来指定应该显示在格式行中的文本。如果未指定任何文本,则格式行将显示编辑区中的列位置。

示例

query formatLineText
set formatLineText ----+----1----+----2----+----3//COMMENTS
set formatLineText 

相关参考
query 命令
set 命令
formatLine 参数