test: remove a few more redundant clear() calls

This commit is contained in:
zeertzjq
2025-09-24 13:10:32 +08:00
parent 0837a1ec2e
commit 2af99811f7
14 changed files with 13 additions and 40 deletions

View File

@@ -13,7 +13,6 @@ describe('CompleteDone', function()
describe('sets v:event.reason', function()
before_each(function()
clear()
command('autocmd CompleteDone * let g:donereason = v:event.reason')
feed('i')
call('complete', call('col', '.'), { 'foo', 'bar' })