| Commit message (Collapse) | Author | Age |
| |
|
|
|
| |
Patch v8.1.1803 and related method patches are not ported yet.
Revert this commit when those patches are ported.
|
| |
|
|
|
|
| |
Problem: Compiler test fails on MS-Windows.
Solution: Sort the found compiler plugin names.
https://github.com/vim/vim/commit/142f23544c7045b22e56fa6ee35808aceb6342f2
|
| |
|
|
|
|
| |
Problem: Compiler test depends on list of compiler plugins.
Solution: Compare with the actual list of compiler plugins.
https://github.com/vim/vim/commit/60bc8e7244080b7ead009cfabebc3401f272ddbe
|
| |
|
|
|
|
| |
Problem: Adding compiler plugin requires test change.
Solution: Include compiler plugin and adjust test.
https://github.com/vim/vim/commit/7f7a8888699bca6df0a45a16db5f0e313383b5f1
|
| |
|
|
|
|
| |
Problem: MSVC tests fail.
Solution: Replace backslashes with slashes.
https://github.com/vim/vim/commit/c25e702deec74771e49f6c2df4cda7a1f97d0c1e
|
| |
|
|
|
|
|
| |
Problem: Using hard coded executable path in test.
Solution: Use v:progpath. Use $VIMRUNTIME instead of "runtime". (James
McCoy, closes vim/vim#5025)
https://github.com/vim/vim/commit/1ac41a5c1352306942344777d2ba86dccd84ffad
|
| |
|
|
|
|
| |
Problem: Compiler test for Perl may fail.
Solution: Accept any error line number. (James McCoy, closes vim/vim#4944)
https://github.com/vim/vim/commit/cebfcffa40c058119bc2f92f0db02dffd3f6affe
|
| |
|
|
|
|
| |
Problem: MS-Windows: compiler test may fail when using %:S.
Solution: Reset 'shellslash'.
https://github.com/vim/vim/commit/dff2adc8ddcb6c8f3390a82c321362f8d6756fb8
|
| |
|
|
|
| |
Not sure what happened in daca22f5b / #8821, but Vim used assert_match /
no expand in vim/vim@d19b23415 (8.1.0005) already.
|
| |
|
|
|
| |
Problem: When $LANG is set the compiler test may fail.
Solution: Unset $LANG.
https://github.com/vim/vim/commit/f0447e89a52885630947510f2d1b55f665a1a20e
|
| | |
|
| |
|
|
|
|
| |
Problem: Test for :compiler command fails on MS-Windows.
Solution: Ignore difference in path.
https://github.com/vim/vim/commit/d19b234154476401a6ad8e690f9705419095f44e
|
| |
|
|
|
|
| |
Problem: Test for :compiler command sometimes fails.
Solution: Be less strict about the error message. (Dominique Pelle)
https://github.com/vim/vim/commit/54651f74948650bc68d6ac5b20376f2f985e80c5
|
|
|
Problem: The :compiler command is not tested.
Solution: Add a test. (Dominique Pelle, closes vim/vim#2930)
https://github.com/vim/vim/commit/10561fe0a37efd611ccb1517b37de12d2e37af0f
|