Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | Merge pull request #4586 from oni-link/fix.on.process.exit | Justin M. Keyes | 2016-04-17 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | eval.c: Fix cut off of terminal exit message | oni-link | 2016-04-17 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #4579 from Shougo/lemonade | Justin M. Keyes | 2016-04-17 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||
| * | | | | | | | | | clipboard: support "lemonade" tool | Shougo Matsushita | 2016-04-17 | |
| |/ / / / / / / / | ||||
* | | | | | | | | | Merge pull request #4583 from KillTheMule/robust-completion | Björn Linse | 2016-04-16 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||
| * | | | | | | | | Make completion_spec.lua more robust | KillTheMule | 2016-04-16 | |
|/ / / / / / / / | ||||
* | | | | | | | | Merge pull request #4558 from justinmk/filetype | Justin M. Keyes | 2016-04-15 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | test: defaults_spec.lua | Justin M. Keyes | 2016-04-15 | |
| * | | | | | | | | test: move server_spec.lua | Justin M. Keyes | 2016-04-15 | |
| * | | | | | | | | defaults: Enable syntax/filetype for real. | Justin M. Keyes | 2016-04-15 | |
|/ / / / / / / / | ||||
* | | | | | | | | tests: fix indeterministic oldfiles! test | Björn Linse | 2016-04-14 | |
* | | | | | | | | Merge pull request #4566 from ZyX-I/more-lint | Justin M. Keyes | 2016-04-13 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | clint: Add rule for preincrement/predecrement | ZyX | 2016-04-13 | |
| * | | | | | | | | clint: Add diagnostics for things like `char* foo` or `(char*)` | ZyX | 2016-04-13 | |
* | | | | | | | | | Merge PR #4398 'Update lua client' | Thiago de Arruda | 2016-04-13 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||
| * | | | | | | | | Update lua client to 0.0.1-24 | Thiago de Arruda | 2016-04-13 | |
| * | | | | | | | | third-party: Add missing *_host dependencies to luarocks packages | Thiago de Arruda | 2016-04-11 | |
| * | | | | | | | | Add luv as a third party dependency | Thiago de Arruda | 2016-04-11 | |
| * | | | | | | | | Mark cursor_spec.lua indeterministic test as pending | Thiago de Arruda | 2016-04-11 | |
| * | | | | | | | | Remove indeterminism in oldfiles_spec.lua | Thiago de Arruda | 2016-04-11 | |
| * | | | | | | | | Allow a lua debugger to be specified on `functionaltest-lua` target | Thiago de Arruda | 2016-04-11 | |
| * | | | | | | | | Synchronize shada reset helper with other functional tests | Thiago de Arruda | 2016-04-11 | |
| * | | | | | | | | main.c: Free msgpack packer in --api-info handler to make ASAN happy | Thiago de Arruda | 2016-04-11 | |
|/ / / / / / / / | ||||
* | | | | | | | | Merge pull request #4562 from dbarnett/vim-f2571c | Justin M. Keyes | 2016-04-11 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | vim-patch:f2571c | David Barnett | 2016-04-11 | |
* | | | | | | | | | Merge pull request #4559 from ZyX-I/undodir-undo-doc-update | Justin M. Keyes | 2016-04-11 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | documentation: Update information about default location of undo files | ZyX | 2016-04-11 | |
* | | | | | | | | | | Merge pull request #4557 from mikewadsten/bugfix/issue-4537-cscope-segfault | Justin M. Keyes | 2016-04-10 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||
| * | | | | | | | | | cscope: Fix mismatched types in ':cscope show' output | Mike Wadsten | 2016-04-10 | |
|/ / / / / / / / / | ||||
* | | | | | | | | | Merge pull request #4555 from justinmk/spell | Justin M. Keyes | 2016-04-10 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | spell: Fix argument and avoid redundant prompt. | Justin M. Keyes | 2016-04-10 | |
| * | | | | | | | | | spellfile.vim: less pestering | Justin M. Keyes | 2016-04-10 | |
* | | | | | | | | | | Merge pull request #4505 from watiko/vim-runtimes | Justin M. Keyes | 2016-04-10 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||
| * | | | | | | | | | vim-patch:dd1616e | watiko | 2016-03-29 | |
| * | | | | | | | | | vim-patch:f913281 | watiko | 2016-03-29 | |
| * | | | | | | | | | vim-patch:86ae720 | watiko | 2016-03-29 | |
* | | | | | | | | | | Merge pull request #4357 from jbradaric/vim-7.4.1105 | Justin M. Keyes | 2016-04-09 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | eval: Update documentation. | Jurica Bradaric | 2016-02-28 | |
| * | | | | | | | | | | eval: Fix linter error. | Jurica Bradaric | 2016-02-27 | |
| * | | | | | | | | | | vim-patch:7.4.1105 | Jurica Bradaric | 2016-02-27 | |
* | | | | | | | | | | | complete: noinsert/noselect should not set 'modified'. #4509 | Shougo Matsushita | 2016-04-09 | |
* | | | | | | | | | | | doc: formatting #4543 | Chiel Kooijman | 2016-04-08 | |
* | | | | | | | | | | | doc: Fix tiny typo in :bufdo section | Panashe Fundira | 2016-04-08 | |
* | | | | | | | | | | | Merge pull request #4546 from KillTheMule/vim-patch-sh | Justin M. Keyes | 2016-04-08 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | vim-patch.sh: Fetch the whole vim repository and fix a regexp | pips.linux | 2016-04-08 | |
* | | | | | | | | | | | | version bump | Justin M. Keyes | 2016-04-08 | |
* | | | | | | | | | | | | NVIM v0.1.3v0.1.3 | Justin M. Keyes | 2016-04-07 | |
|/ / / / / / / / / / / | ||||
* | | | | | | | | | | | Update ISSUE_TEMPLATE.md | Justin M. Keyes | 2016-04-06 | |
* | | | | | | | | | | | Merge pull request #4477 from Antoine-H/master | Björn Linse | 2016-04-06 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | Enabled -Wconversion in charset.c | huchet | 2016-04-06 | |
|/ / / / / / / / / / / |