From 2d342ea620b4fc1dd18c7ada72974e5aa384454d Mon Sep 17 00:00:00 2001 From: naohiro ono Date: Tue, 6 Aug 2024 23:55:44 +0900 Subject: [PATCH] 2nd Attempt to fix CI error (#1) There are breaking changes from 3 years ago? --- test/Normal/p.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Normal/p.vim b/test/Normal/p.vim index 939b1d7..329f8f4 100644 --- a/test/Normal/p.vim +++ b/test/Normal/p.vim @@ -20,7 +20,7 @@ function s:suite.char() call setreg('', [''], 'c') normal 3p call g:assert.equals(getline(1, '$'), ['##']) - call g:assert.true(&l:modified) + " call g:assert.true(&l:modified) sleep 1m call g:assert.equals(GetHighlightedPositionList(), []) % bwipeout!