mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: Remove references to tiny.vim/small.vim/mbyte.vim
Vim creates these scripts in test1 depending on what build features are enabled so that tests that use these features are skiped if necessary. Because Neovim only has one type of build (and the features +eval, +windows, and +multi-byte are enabled in this build) they are not necessary.
This commit is contained in:
committed by
Justin M. Keyes
parent
39c015bd11
commit
e70cae426c
@@ -25,8 +25,8 @@ local measure_script = [[
|
||||
endfunc]]
|
||||
|
||||
describe('regexp search', function()
|
||||
-- The test cases rely on a small Vim script, which we source here, and also
|
||||
-- on a temporary result file, which we prepare and write to disk.
|
||||
-- The test cases rely on a temporary result file, which we prepare and write
|
||||
-- to disk.
|
||||
setup(function()
|
||||
clear()
|
||||
source(measure_script)
|
||||
|
||||
Reference in New Issue
Block a user