aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | vim-patch:8.0.0289 (#7591)KunMing Xie2017-11-22
* | | | | | | | | | | | vim-patch:8.0.0292 (#7592)KunMing Xie2017-11-22
* | | | | | | | | | | | win: default grepprg to findstr.exe (#7611)Jan Edmund Lazo2017-11-22
* | | | | | | | | | | | Merge #7345 'location-list update on buffer-modified'Justin M. Keyes2017-11-21
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | quickfix: fix location list updates.Lech Lorens2017-10-31
| * | | | | | | | | | | | quickfix: fix location list updates (test).Lech Lorens2017-10-31
* | | | | | | | | | | | | pvscheck.sh: auto-detect URL by defaultJustin M. Keyes2017-11-21
* | | | | | | | | | | | | syntax.c: Fix maybe-uninitialized warning (#7596)Phlosioneer2017-11-21
* | | | | | | | | | | | | helptags: fix double-free (#7600)Hannu Hartikainen2017-11-20
* | | | | | | | | | | | | vim-patch:8.0.0287 (#7590)KunMing Xie2017-11-20
* | | | | | | | | | | | | server.c: Fix bug in release mode (#7594)Phlosioneer2017-11-20
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge #7587 'vim-patch:8.0.0283'Justin M. Keyes2017-11-19
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | vim-patch:8.0.0283ckelsel2017-11-19
|/ / / / / / / / / / / /
* | | | | | | | | | | | version bumpJustin M. Keyes2017-11-18
* | | | | | | | | | | | NVIM v0.2.2v0.2.2Justin M. Keyes2017-11-18
* | | | | | | | | | | | tui: setrgbf/setrgbb: emit semicolons for VTEJustin M. Keyes2017-11-18
* | | | | | | | | | | | 'viewoptions': add "curdir" flag #7447Eric Roberts2017-11-18
* | | | | | | | | | | | Merge #7561 'os_open: UV_EINVAL on NULL filename'Justin M. Keyes2017-11-18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | os_nodetype: reworkJustin M. Keyes2017-11-17
| * | | | | | | | | | | | os_open, os_stat: UV_EINVAL on NULL filenameJustin M. Keyes2017-11-17
* | | | | | | | | | | | | win: provider: Detect(): return *.cmd path (#7577)Jan Edmund Lazo2017-11-17
|/ / / / / / / / / / / /
* | | | | | | | | | | | tui: 'guicursor': use DECSCUSR for xterm-likes (#7576)Justin M. Keyes2017-11-17
* | | | | | | | | | | | lint #7562Sewoong Park2017-11-17
* | | | | | | | | | | | :checkhealth: fix check for npm and yarn (#7569)Billy Vong2017-11-16
* | | | | | | | | | | | doc: Fix pathshorten() example (#7571)Drew Neil2017-11-16
* | | | | | | | | | | | health.vim: define highlights as `default` (#7560)zandrmartin2017-11-14
* | | | | | | | | | | | runtime: revert netrw update (#7557)Justin M. Keyes2017-11-14
* | | | | | | | | | | | defaults: scrollback=10000 (#7556)Justin M. Keyes2017-11-14
* | | | | | | | | | | | doc: test/README.md: migrate wiki info (#7552)nateozem2017-11-14
* | | | | | | | | | | | vim-patch:8.0.0227 (#7548)Justin M. Keyes2017-11-13
* | | | | | | | | | | | Merge pull request #7545 from jamessan/test-fixesJames McCoy2017-11-12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tests: terminal: Assert for SIGWINCH handling before continuingJames McCoy2017-11-12
| * | | | | | | | | | | | Use PRId64 to format Integer when calling api_set_errorJames McCoy2017-11-12
| * | | | | | | | | | | | tui_spec: Convert nil to "" before formatting itJames McCoy2017-11-12
* | | | | | | | | | | | | test/unit/path_spec: expect correct buffer size (#7514)Marco Hinz2017-11-13
* | | | | | | | | | | | | health.vim: normalize slashes for script path (#7525)Jan Edmund Lazo2017-11-13
* | | | | | | | | | | | | :terminal : fix crash on resize (#7547)Justin M. Keyes2017-11-13
* | | | | | | | | | | | | Merge #7530 'vim-patch:8.0.0226 vim-patch:8.0.0224'Justin M. Keyes2017-11-13
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fix lint errorckelsel2017-11-11
| * | | | | | | | | | | | | vim-patch:8.0.0226ckelsel2017-11-10
| * | | | | | | | | | | | | vim-patch:8.0.0224ckelsel2017-11-10
* | | | | | | | | | | | | | vim-patch: NAKunMing Xie2017-11-12
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | cmake: install runtime/rgb.txtJustin M. Keyes2017-11-12
* | | | | | | | | | | | | process_close(): uv_unref() detached processes (#7539)Justin M. Keyes2017-11-12
* | | | | | | | | | | | | Merge #7458 'remote: add node host'Justin M. Keyes2017-11-11
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | use `provider#stderr_collector`Billy Vong2017-10-31
| * | | | | | | | | | | | | remote: add node.js as a remote plugin providerBilly Vong2017-10-29
| * | | | | | | | | | | | | health: add node health checkBilly Vong2017-10-29
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | vim-patch:8.0.0237 (#7531)KunMing Xie2017-11-11
* | | | | | | | | | | | | vim-patch:8.0.0242 (#7532)KunMing Xie2017-11-11