Justin M. Keyes
9451647d9b
health.vim: Do not check intentionally disabled providers.
...
Closes #6107
2017-02-13 22:21:23 +01:00
Justin M. Keyes
c698ed0531
doc: cleanup
2016-06-15 19:31:11 -04:00
Björn Linse
89bb5a8ab8
python: move script_host.py to python-client
2016-03-15 12:32:18 +01:00
Daniel Hahler
dcc71094d1
runtime/autoload/provider/python{,3}.vim: fix E168
...
Do not use `finish` inside of `provider#python{,3}#Call`, but `return`.
2015-11-03 16:52:26 +01:00
Daniel Hahler
2111f28fc5
provider/python: Call: fix usage of 'finish' in function
...
Do not call it again in case of an exception in `remote#host#Require`
(ref: https://github.com/neovim/neovim/pull/2549#issuecomment-102674350 ).
2015-06-09 10:29:46 +03:00
Daniel Hahler
866e587b88
provider/python: define Prog and Error functions always
...
`provider#pythonX#Error` and `provider#pythonX#Prog` are currently meant
for debugging only (the error message is not being used), and should
therefore be defined always, especially in case of errors.
Ref: https://github.com/neovim/neovim/pull/2549#issuecomment-98607580
2015-06-09 10:29:46 +03:00
Shougo Matsushita
42de617974
Add if_python3 support
...
Reviewed-by: Michael Reed <m.reed@mykolab.com>, Daniel Hahler <github@thequod.de>
Helped-by: Daniel Hahler <github@thequod.de>
2015-04-21 06:20:23 +09:00