aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_compiler.vim
Commit message (Collapse)AuthorAge
* vim-patch:8.2.2702: compiler completion test fails when more scripts are addedJan Edmund Lazo2021-04-03
| | | | | | Problem: Compiler completion test fails when more scripts are added. Solution: Add a more generic pattern. https://github.com/vim/vim/commit/c17ba791a9edfa12926ce29f1eef39044bee5ab7
* test/old: rewrite method code in test_compiler.vimJan Edmund Lazo2021-01-30
| | | | | Patch v8.1.1803 and related method patches are not ported yet. Revert this commit when those patches are ported.
* vim-patch:8.2.2038: compiler test fails on MS-WindowsJan Edmund Lazo2021-01-30
| | | | | | Problem: Compiler test fails on MS-Windows. Solution: Sort the found compiler plugin names. https://github.com/vim/vim/commit/142f23544c7045b22e56fa6ee35808aceb6342f2
* vim-patch:8.2.2037: compiler test depends on list of compiler pluginsJan Edmund Lazo2021-01-30
| | | | | | 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
* vim-patch:8.2.1410: adding compiler plugin requires test changeJan Edmund Lazo2020-08-14
| | | | | | Problem: Adding compiler plugin requires test change. Solution: Include compiler plugin and adjust test. https://github.com/vim/vim/commit/7f7a8888699bca6df0a45a16db5f0e313383b5f1
* vim-patch:8.1.2131: MSVC tests failJan Edmund Lazo2020-02-16
| | | | | | Problem: MSVC tests fail. Solution: Replace backslashes with slashes. https://github.com/vim/vim/commit/c25e702deec74771e49f6c2df4cda7a1f97d0c1e
* vim-patch:8.1.2129: using hard coded executable path in testJan Edmund Lazo2020-02-16
| | | | | | | 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
* vim-patch:8.1.2054: compiler test for Perl may failJan Edmund Lazo2019-09-21
| | | | | | 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
* vim-patch:8.1.1783: MS-Windows: compiler test may fail when using %:SJan Edmund Lazo2019-09-21
| | | | | | Problem: MS-Windows: compiler test may fail when using %:S. Solution: Reset 'shellslash'. https://github.com/vim/vim/commit/dff2adc8ddcb6c8f3390a82c321362f8d6756fb8
* tests: use Vim's version for patch 8.1.0005Daniel Hahler2019-07-30
| | | | | Not sure what happened in daca22f5b / #8821, but Vim used assert_match / no expand in vim/vim@d19b23415 (8.1.0005) already.
* vim-patch:8.1.0146: when $LANG is set the compiler test may fail (#9238)Jan Edmund Lazo2018-11-15
| | | | | Problem: When $LANG is set the compiler test may fail. Solution: Unset $LANG. https://github.com/vim/vim/commit/f0447e89a52885630947510f2d1b55f665a1a20e
* tests: win: fix pathsep of :compiler pathsJan Edmund Lazo2018-08-06
|
* vim-patch:8.1.0005: test for :compiler command fails on MS-WindowsJan Edmund Lazo2018-08-06
| | | | | | Problem: Test for :compiler command fails on MS-Windows. Solution: Ignore difference in path. https://github.com/vim/vim/commit/d19b234154476401a6ad8e690f9705419095f44e
* vim-patch:8.1.0004: test for :compiler command sometimes failsJan Edmund Lazo2018-08-06
| | | | | | Problem: Test for :compiler command sometimes fails. Solution: Be less strict about the error message. (Dominique Pelle) https://github.com/vim/vim/commit/54651f74948650bc68d6ac5b20376f2f985e80c5
* vim-patch:8.1.0003: the :compiler command is not testedJan Edmund Lazo2018-08-06
Problem: The :compiler command is not tested. Solution: Add a test. (Dominique Pelle, closes vim/vim#2930) https://github.com/vim/vim/commit/10561fe0a37efd611ccb1517b37de12d2e37af0f