0

假设我在 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.
    """

如果我突出显示字符串内容并使用 command gq,vim 将确保每行只有 80 个字符长,但它也会倾向于将第二行和第三行推向左边距,这是不可取的。有没有办法gq重新格式化以确保 80 个字符宽度而不将后两行推向左侧?

4

0 回答 0