aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload
Commit message (Expand)AuthorAge
* provider/pythonx.vim: Use shell-agnostic construction. #3190sanmiguel2015-08-21
* Merge pull request #2910 from blueyed/python-fix-path_hookJustin M. Keyes2015-08-17
|\
| * python: VimPathFinder: remove unused load_module methodDaniel Hahler2015-07-09
| * python: path_hook: properly implement PEP302Daniel Hahler2015-07-09
| * python: VimModuleLoader: check sys.modules[fullname]Daniel Hahler2015-07-09
| * python: VimPathFinder: use find_spec for Python 3.4Daniel Hahler2015-07-09
* | tutor: avoid 'wildignore' painJustin M. Keyes2015-08-16
* | Merge pull request #2700 from fmoralesc/vim-tutor-modeJustin M. Keyes2015-08-15
|\ \
| * | runtime: Include vim-tutor-modeFelipe Morales2015-08-15
* | | clipboard: support clipboard=unnamedplus,unnamedBjörn Linse2015-08-07
* | | vim-patch:5d89d9b #2922Justin Gassner2015-08-02
* | | python3: remove decoding logic, as this is now done in plugin host #3026Björn Linse2015-07-18
* | | rplugin: Don't error if plugin is registered before host #2961Björn Linse2015-07-10
| |/ |/|
* | rplugin: pass additional info to host factory function #2920Nick Hynes2015-07-03
|/
* 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
* rplugin: allow users to register hosts #2896Nick Hynes2015-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
* remote#host#RequirePythonHost: fix reference to logDaniel 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
* rplugin: Improve remote plugins detection messages #2769Shougo Matsushita2015-05-31
* vim-patch:4abac79 #2694Florian Walch2015-05-19
* Add if_python3 supportShougo Matsushita2015-04-21
* runtime: Handle failures while loading individual remote pluginsThiago de Arruda2015-04-13
* runtime: Add vimexpect library and example gdb pluginThiago de Arruda2015-04-02
* doc: Misc. cleanupJustin M. Keyes2015-03-24
* runtime: make the spellfile creation use .nvim folder #1990Seth Woodworth2015-02-15
* vim-patch:bd18da9Florian Walch2015-01-21
* vim-patch:47b1887Florian Walch2015-01-20
* vim-patch:1e8ebf8Florian Walch2014-12-30
* clipboard: handle linewise/charwise selections correctlyBjörn Linse2014-12-08
* clipboard: support separate '+' and '*' clipboardsBjörn Linse2014-12-08
* Improve Python host messages.Florian Walch2014-11-26
* Print an error and exit when there are no plugins.Bjorn Tipling2014-11-24
* 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: Prepend the vimrc filename to the external plugin manifestThiago de Arruda2014-11-20
* runtime: Change external plugin directory to "external-plugin"Thiago de Arruda2014-11-20
* runtime: Reimplement python/clipboard providers in vimscriptThiago de Arruda2014-11-18
* runtime: Add vimscript support for external pluginsThiago de Arruda2014-11-18