aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload
Commit message (Expand)AuthorAge
* provider: align all foo#Detect() functions #12839Justin M. Keyes2020-09-05
* Support for :perl, :perlfile, :perldo and perleval() (#12809)Justin M. Keyes2020-09-05
|\
| * healtcheck: use g:perl_host_prog if its set insteadJacques Germishuys2020-09-05
| * only perl 5.22+ is supportedJacques Germishuys2020-09-03
| * support for :perl, :perlfile, :perldo and perleval()Jacques Germishuys2020-08-30
* | g:clipboard: allow command given as a list #12775DDoSolitary2020-09-01
|/
* vim-patch:8.2.1476: filetype test fails on MS-WindowsJan Edmund Lazo2020-08-17
* vim-patch:8.2.1474: /usr/lib/udef/rules.d not recognized as udevrulesJan Edmund Lazo2020-08-17
* man.vim: Simplify man#init to reduce load time (#12482)Anmol Sethi2020-07-21
* Fix / improve report messages (#12396)David Lukes2020-07-19
* Merge pull request #12480 from nhooyr/mansect-trimMatthieu Coudron2020-07-19
|\
| * man.vim: Fix tagfunc to respect b:man_default_sectsAnmol Sethi2020-06-13
| * man.vim: Refactor verify_exists to unset $MANSECT as neededAnmol Sethi2020-06-12
* | Added healt check for tmux focus eventsBK16032020-07-02
|/
* Add overlapped option to jobstarterw72020-06-10
* runtime: fix remote plugin command fails at some casekuuote2020-05-31
* provider: Fix ruby checkhealth error for Windows (#12400)BusyBruce2020-05-30
* provider: Add python3.9 to autoload/provider/pythonx.vim (#12344)Faris A Chugthai2020-05-20
* checkhealth/ruby: fix off-by-one error #12245Booome2020-05-04
* win,runtime: Fix problem when win32yank was a symbolic link in WSL [skip ci] ...erw72020-04-15
* netrw.vim: gx should ignore terminal buffers #12091Santos Gallegos2020-04-08
* man.vim: Handle `man` errors when looking for man-pathsRob Pilling2020-02-29
* checkhealth: allow 'sudo install' of 'Neovim::Ext' #11874Jan Edmund Lazo2020-02-15
* checkhealth: ignore cpamn "!" output #11869Jan Edmund Lazo2020-02-14
* checkhealth: fix accidental change [ci skip]Justin M. Keyes2020-02-02
* checkhealth: avoid irrelevant virtualenv executablesJustin M. Keyes2020-02-02
* checkhealth: cleanup, brevityJustin M. Keyes2020-02-02
* checkhealth: bin directory is Scripts/ on WindowsDavid Lukes2020-02-02
* checkhealth: print -> sys.stdout.writeDavid Lukes2020-02-02
* checkhealth: better $VIRTUAL_ENV validation #11781David Lukes2020-02-02
* provider/perl: add latest version health checkJan Edmund Lazo2020-01-20
* provider/perl: add health checkJan Edmund Lazo2020-01-20
* provider/perl: simplify detectionJan Edmund Lazo2020-01-20
* remote plugins: add support for perl hostsJacques Germishuys2020-01-20
* man.vim: workaround for 'cscopetag' #11679Rob Pilling2020-01-06
* clipboard: do not close stderr together with stdout (fixup #11617)Björn Linse2020-01-02
* clipboard: close stdout when copying via xclip #11617Jan Edmund Lazo2020-01-02
* netrw.vim: do not save +/* registers p.2 #11625artem-nefedov2019-12-29
* system(), jobstart(): raise error on non-executable #11234Daniel Hahler2019-12-24
* netrw.vim: do not save +/* registersJustin M. Keyes2019-12-10
* man.vim: Improve ft=man 'iskeyword' #11457Rob Pilling2019-11-27
* Merge #11451 'man.vim: Fixes'Justin M. Keyes2019-11-24
|\
| * man.vim: Hard wrap by defaultAnmol Sethi2019-11-24
* | man.vim: Ensure 'modifiable' in man#init_pager #11450Anmol Sethi2019-11-24
|/
* Merge remote-tracking branch 'origin/master' into lsp-followupAshkan Kiani2019-11-21
|\
| * Merge #11280 "man.vim: implement 'tagfunc'"Justin M. Keyes2019-11-20
| |\
| | * Sort man pages by relevance during goto_tag()Rob Pilling2019-11-13
| | * Don't attempt swapfiles for man pagesRob Pilling2019-11-13
| | * Remove eventignore - :Man now uses :tag to populate the pageRob Pilling2019-11-13
| | * man.vim: remove push_tag and simplify man#open_pageRob Pilling2019-10-29