Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | test: python: report pending() if python{2,3} is missing | Justin M. Keyes | 2015-08-09 |
| | |||
* | tests: Use new write_file() function in tests. | Lucas Hoffmann | 2015-06-30 |
| | |||
* | rplugin: allow users to register hosts #2896 | Nick Hynes | 2015-06-25 |
| | |||
* | Add if_python3 support | Shougo Matsushita | 2015-04-21 |
| | | | | | Reviewed-by: Michael Reed <m.reed@mykolab.com>, Daniel Hahler <github@thequod.de> Helped-by: Daniel Hahler <github@thequod.de> | ||
* | runtime: Refer to plugins running outside Nvim as "remote plugins" | Thiago de Arruda | 2014-11-21 |
| | | | | | | - Rename autoload/rpc to autoload/remote - External plugins are now remote plugins - External plugins directory is "rplugin" | ||
* | test: Add tests for the python provider | Thiago de Arruda | 2014-11-18 |
| | | | | These tests were adapted from the python-client repository | ||
* | test: Add tests for the rpc#define#* functions | Thiago de Arruda | 2014-11-18 |