Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | functests: Replace check_provider -> missing_provider with err report | ZyX | 2017-05-13 |
| | |||
* | functests: Test invalid behaviour | ZyX | 2017-05-13 |
| | | | | Test correctly fail for oneline ruby, python and python3. | ||
* | api: Do not truncate errors <1 MB. #6237 | Sander Bosma | 2017-04-23 |
| | | | | Closes #5984 | ||
* | rplugin: Call s:LoadRemotePlugins() on startup. | Justin M. Keyes | 2017-03-11 |
| | | | | | | | | | | Dispense with the FuncUndefined/CmdUndefined quasi-optimization. If there are no rplugins, plugin/rplugin.vim takes less than 1ms. Closes #5821 Closes #6250 Helped-by: Qiming zhao <chemzqm@gmail.com> | ||
* | Merge #4980 'Support legacy `:ruby` commands'. | Justin M. Keyes | 2016-07-10 |
|\ | |||
| * | Add :ruby, :rubyfile, and :rubydo ex commands | Alex Genco | 2016-07-02 |
|/ | |||
* | functests: Check logs in lua code | ZyX | 2016-06-10 |
| | | | | | | It is otherwise impossible to determine which test failed sanitizer/valgrind check. test/functional/helpers.lua module return was changed so that tests which do not provide after_each function to get new check will automatically fail. | ||
* | eval: Stop executing *eval() function at error | ZyX | 2016-05-27 |
| | | | | | Fixes #4822 Closes #4823 | ||
* | test: remote/define.vim: Add some spice. | Justin M. Keyes | 2016-04-18 |
| | |||
* | test: format | Case Nelson | 2016-04-18 |
| | |||
* | test: remote/define.vim: range | Case Nelson | 2016-04-18 |
| | |||
* | test/functional: clean up according to luacheck (part 1) | Marco Hinz | 2015-11-23 |
| | |||
* | Ensure a session is running before attempting to do Python detection. | John Szakmeister | 2015-11-04 |
| | |||
* | test: Check for installed Python module with Vimscript function. | Florian Walch | 2015-09-27 |
| | | | | | | Use the existing Vimscript function provider#pythonx#Detect() to determine whether the Neovim Python module is installed and Python 2/3 tests can be run. | ||
* | test: move runtime/autoload/* to provider/ | Justin M. Keyes | 2015-08-09 |
- Organize tests by logical function, not the literal impl location. - Avoid deep nesting / hyper-hierarchy. |