X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d346b2cf5a80a3757a01a683a047a68dd3d2c276..33cf9894dec8264f6461357254c7622006459810:/test/toc-autofit.vader diff --git a/test/toc-autofit.vader b/test/toc-autofit.vader index 166cc81..2678997 100644 --- a/test/toc-autofit.vader +++ b/test/toc-autofit.vader @@ -43,10 +43,11 @@ Execute (toc window autofit width): let line = '###### chap 12.1.1.1.1.1' AssertEqual getline('33'), line :Toc - let real_width = &winwidth + let real_width = winwidth(0) :lclose let expected_width = len(line) + 2*5 + 1 + 3 - 7 AssertEqual real_width, expected_width + set nonumber " 2 spaces * 5 additional header levels + 1 space for first header + " 3 spaces for line numbers - 7 chars ('###### ') that don't show up on the TOC