mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 18:36:30 +00:00
vim-patch:8.1.1478: still an error when running tests with the tiny version
Problem: Still an error when running tests with the tiny version.
Solution: Do not try reading test.log
18250e291a
This commit is contained in:
@@ -50,12 +50,7 @@ if 1
|
|||||||
catch " Catch-all
|
catch " Catch-all
|
||||||
finally
|
finally
|
||||||
call writefile(output, 'test_result.log') " overwrites an existing file
|
call writefile(output, 'test_result.log') " overwrites an existing file
|
||||||
q!
|
|
||||||
endtry
|
endtry
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" This is executed without the eval feature
|
|
||||||
%d
|
|
||||||
r test.log
|
|
||||||
w test_result.log
|
|
||||||
q!
|
q!
|
||||||
|
Reference in New Issue
Block a user