Skip to content

Commit

Permalink
2nd Attempt to fix CI error (#1)
Browse files Browse the repository at this point in the history
There are breaking changes from 3 years ago?
  • Loading branch information
obcat authored Aug 6, 2024
1 parent 9dac651 commit 2d342ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Normal/p.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 2d342ea

Please # to comment.