Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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: Reimplement python/clipboard providers in vimscript | Thiago de Arruda | 2014-11-18 |
Clipboard is implemented with platform-specific shell commands, and python is implemented with the external plugin facility (rpc#* functions). The script_host.py file(legacy python-vim emulation plugin) was moved/adapted from the python client repository. |