aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/provider/script_host.py
Commit message (Collapse)AuthorAge
* runtime: Reimplement python/clipboard providers in vimscriptThiago de Arruda2014-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.