On 2017-04-21 23:17, Matěj Cepl wrote:
textwrap.fill counts characters. It won't put "grown so" on the first line because that would make it longer than 65 characters (72, to be exact).On 2017-04-21, 21:54 GMT, Peter Otten wrote:It's not the algorithm, it's the width. Try textwrap.fill(text, 72).I don’t understand. Why 72? I have set tw=65 in vim.
Why is Vim trying to put 72 characters onto the first line? -- https://mail.python.org/mailman/listinfo/python-list