aboutsummaryrefslogtreecommitdiff
path: root/test/functional/runtime/autoload
Commit message (Collapse)AuthorAge
* test: move runtime/autoload/* to provider/Justin M. Keyes2015-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 missingJustin M. Keyes2015-08-09
|
* tests: Use new write_file() function in tests.Lucas Hoffmann2015-06-30
|
* rplugin: allow users to register hosts #2896Nick Hynes2015-06-25
|
* Add if_python3 supportShougo Matsushita2015-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 Arruda2014-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 providerThiago de Arruda2014-11-18
| | | | These tests were adapted from the python-client repository
* test: Add tests for the rpc#define#* functionsThiago de Arruda2014-11-18