假设我在python脚本中有以下文档行。
def cdf():
"""
Each line in the printed output will contain a fraction and a number, such that
the given fraction of all numbers in the log file have values less than or
equal to the given number.
"""
如果我突出显示字符串内容并使用命令gq
,vim将确保每行只有80个字符,但它也会倾向于将第二行和第三行推向左边距,这是不可取的。有没有办法让gq
重新格式化以确保80个字符宽度而不将第二个两行推到左边?