-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
[RDY] vim-patch:8.1.000{3,4,5} #8821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Problem: The :compiler command is not tested. Solution: Add a test. (Dominique Pelle, closes vim/vim#2930) vim/vim@10561fe
Problem: Test for :compiler command sometimes fails. Solution: Be less strict about the error message. (Dominique Pelle) vim/vim@54651f7
Problem: Test for :compiler command fails on MS-Windows. Solution: Ignore difference in path. vim/vim@d19b234
call setline(1, ['#!/usr/bin/perl -w', 'use strict;', '$foo=1']) | ||
w! | ||
call feedkeys(":make\<CR>\<CR>", 'tx') | ||
let a=execute('clist') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Caught exception in Test_compiler(): Vim(clist):E42: No Errors @ function RunTheTest[35]..Test_compiler, line 18
|
Redirect errors from :make to error file. Fix execption error in test_compiler.vim on Windows.
|
Not sure what happened in daca22f / neovim#8821, but Vim used assert_match / no expand in vim/vim@d19b23415 (8.1.0005) already.
Not sure what happened in daca22f / neovim#8821, but Vim used assert_match / no expand in vim/vim@d19b23415 (8.1.0005) already.
vim-patch:8.1.0003: the :compiler command is not tested
Problem: The :compiler command is not tested.
Solution: Add a test. (Dominique Pelle, closes vim/vim#2930)
vim/vim@10561fe
vim-patch:8.1.0004: test for :compiler command sometimes fails
Problem: Test for :compiler command sometimes fails.
Solution: Be less strict about the error message. (Dominique Pelle)
vim/vim@54651f7
vim-patch:8.1.0005: test for :compiler command fails on MS-Windows
Problem: Test for :compiler command fails on MS-Windows.
Solution: Ignore difference in path.
vim/vim@d19b234
8.1.0146 depends on 8.0.1832 so it's not included.