aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/provider
Commit message (Expand)AuthorAge
* python3: remove decoding logic, as this is now done in plugin host #3026Björn Linse2015-07-18
* clipboard: avoid redundant error message on `clipboard_get` failure .Björn Linse2015-06-25
* clipboard: keep track of ownership and cache clipboard data locallyBjörn Linse2015-06-25
* clipboard: don't use &shell in clipboard providerBjörn Linse2015-06-25
* provider/pythonx: Show absolute path to executable in error message.Florian Walch2015-06-09
* provider/pythonx: Merge s:check_version() and s:check_interpreter().Florian Walch2015-06-09
* provider/pythonx: Don't use Python 3 interpreter for +python.Florian Walch2015-06-09
* provider/pythonx: return error from DetectDaniel Hahler2015-06-09
* provider/python: Call: fix usage of 'finish' in functionDaniel Hahler2015-06-09
* provider/python: define Prog and Error functions alwaysDaniel Hahler2015-06-09
* provider/pythonx: Detect: only return valid versionsDaniel Hahler2015-06-09
* provider/pythonx: test python3/2 first, do not test python3.2Daniel Hahler2015-06-09
* provider/pythonx: add reference to ":help nvim-python" for errorDaniel Hahler2015-06-09
* provider/pythonx: fix grammar with errorDaniel Hahler2015-06-09
* provider/pythonx: only call system("python") onceDaniel Hahler2015-06-09
* Add if_python3 supportShougo Matsushita2015-04-21
* clipboard: handle linewise/charwise selections correctlyBjörn Linse2014-12-08
* clipboard: support separate '+' and '*' clipboardsBjörn Linse2014-12-08
* clipboard: check for X on every invocationJustin M. Keyes2014-11-23
* runtime: Refer to plugins running outside Nvim as "remote plugins"Thiago de Arruda2014-11-21
* runtime: Reimplement python/clipboard providers in vimscriptThiago de Arruda2014-11-18