feat(input)!: delay some conversions to vgetc()

This commit is contained in:
zeertzjq
2022-01-30 07:56:54 +08:00
committed by bfredl
parent a72f338d76
commit d7488bf386
6 changed files with 31 additions and 7 deletions

View File

@@ -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)