mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
test: remove a few more redundant clear() calls
This commit is contained in:
@@ -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' })
|
||||
|
Reference in New Issue
Block a user