mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +00:00
feat(input)!: delay some conversions to vgetc()
This commit is contained in:
@@ -35,7 +35,10 @@ describe('eval', function()
|
||||
endfun
|
||||
]])
|
||||
end)
|
||||
before_each(clear)
|
||||
before_each(function()
|
||||
clear()
|
||||
command('set noctrldisambig')
|
||||
end)
|
||||
teardown(function()
|
||||
os.remove('test_eval_setup.vim')
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user