aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload
Commit message (Expand)AuthorAge
* Merge pull request #3900 from ZyX-I/inf-nan-stringJustin M. Keyes2016-02-28
|\
| * runtime/msgpack: Fix msgpack#string that expects old string() behaviorZyX2016-02-02
* | Improve remote plugin scriptsShougo Matsushita2016-02-14
* | clipboard: Check $DISPLAY. Prefer xsel. #4150Shougo Matsushita2016-02-05
|/
* Respect $MANWIDTHGeorge Brown2016-02-01
* vim-patch:83d1b19Nicolas Dumazet2016-01-28
* plugin/tutor: Fix locale handlingFelipe Morales2016-01-25
* clipboard: Detach clipboard helper, so contents is kept after nvim exitBjörn Linse2016-01-20
* python: Add missing I/O methods to RedirectStreamDan Strokirk2016-01-18
* vim-patch:f3c2afbJustin Gassner2016-01-15
* Remove getscript.vim.Seth Jackson2015-12-12
* Fix UpdateRemotePlugins fails problemShougo Matsushita2015-12-10
* tutor: Fix mistaken option nameFelipe Morales2015-11-28
* Merge pull request #3675 from fmoralesc/update-vim-tutorFelipe Morales2015-11-28
|\
| * tutor: Update vim-tutor to 0.2.1Felipe Morales2015-11-28
* | shada: Also store last search directionZyX2015-11-23
* | Merge pull request #3270 from ZyX-I/shada-supportFelipe Morales2015-11-23
|\ \ | |/ |/|
| * runtime: Add autoload/shada.vim helper fileZyX2015-11-01
| * runtime: Add autoload/msgpack.vim helper fileZyX2015-11-01
* | runtime/autoload/provider/python{,3}.vim: fix E168Daniel Hahler2015-11-03
|/
* spellfile: follow the XDG specFelipe Morales2015-10-28
* vim-patch:8feef4f #3444rosston2015-10-11
* man.vim: avoid creating extra blank buffers.Justin M. Keyes2015-09-25
* man.vim: accept [count] for section number.Justin M. Keyes2015-09-23
* man.vim: window-local optionsJustin M. Keyes2015-09-23
* man.vim: man#get_page(): parse page and section.Justin M. Keyes2015-09-23
* man.vim: convert ftplugin to actual plugin.Justin M. Keyes2015-09-23
* provider/pythonx: Improve detection code and error messages.Florian Walch2015-09-17
* host.vim: expand $MYVIMRC. #3342Jonathan Skeate2015-09-14
* python: remove current working directory from pathJakob Schnitzer2015-09-14
* 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