X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ce3831965a793199f211f2061fe72e510a449312..00eacca8a642862e2b188a6fb6fd3b23508b447d:/test/toc-autofit.vader diff --git a/test/toc-autofit.vader b/test/toc-autofit.vader index 166cc81..d35f50a 100644 --- a/test/toc-autofit.vader +++ b/test/toc-autofit.vader @@ -43,7 +43,7 @@ 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