| Commit message (Expand) | Author | Age |
| ... | |
| | * | | | spell: spell_soundfold_sal() is dead code | Jan Edmund Lazo | 2020-01-17 |
| | * | | | clang/'Logic error': zero-init struct | Jan Edmund Lazo | 2020-01-17 |
| | * | | | vim-patch:8.2.0120: virtcol() does not check arguments to be valid | Jan Edmund Lazo | 2020-01-17 |
| | * | | | vim-patch:8.2.0112: illegal memory access when using 'cindent' | Jan Edmund Lazo | 2020-01-17 |
| |/ / / |
|
| * | | | Merge pull request #11390 from erw7/feature-conpty | Björn Linse | 2020-01-17 |
| |\ \ \ |
|
| | * | | | Remove termtype option | erw7 | 2020-01-17 |
| | * | | | Change to replace stderr with conout | erw7 | 2020-01-17 |
| | * | | | Add missing include file | erw7 | 2020-01-17 |
| | * | | | Change option name from termwintype to termtype | erw7 | 2020-01-17 |
| | * | | | Rename from os_win_conpty.{c,h} to pty_conpty_win.{c,h} | erw7 | 2020-01-17 |
| | * | | | Add stdin, stdout replacement functions | erw7 | 2020-01-17 |
| | * | | | Change enum to a name that follows naming convention | erw7 | 2020-01-17 |
| | * | | | Change to use TriState instead of bool | erw7 | 2020-01-17 |
| | * | | | Fix function prototype | erw7 | 2020-01-17 |
| | * | | | Minor changes in reviewer's point | erw7 | 2020-01-17 |
| | * | | | Move ConPTY resize to os_win_conpty.c | erw7 | 2020-01-17 |
| | * | | | Change union name from pty_object to object | erw7 | 2020-01-17 |
| | * | | | Change to use ConPTY, if available | erw7 | 2020-01-17 |
| |/ / / |
|
| * | | | Merge pull request #11723 from bfredl/nocleareol | Björn Linse | 2020-01-16 |
| |\ \ \ |
|
| | * | | | messages: echo "line1\r\nline2" should not clear line1 | Björn Linse | 2020-01-16 |
| |/ / / |
|
| * | | | Merge pull request #11563 from bfredl/mark_madness | Björn Linse | 2020-01-16 |
| |\ \ \ |
|
| | * | | | extmarks/bufhl: reimplement using new marktree data structure | Björn Linse | 2020-01-16 |
| | * | | | Add new marktree data structure for storing marks | Björn Linse | 2020-01-14 |
| * | | | | api_set_error: include expression with "Failed to evaluate expression" (#11713) | Daniel Hahler | 2020-01-15 |
| * | | | | version.c: update [ci skip] #11689 | Marvim the Paranoid Android | 2020-01-14 |
| |/ / / |
|
| * / / | API: include invalid buffer/window/tabpage in error message (#11712) | Daniel Hahler | 2020-01-14 |
| |/ / |
|
| * | | doc [ci skip] #11656 | Justin M. Keyes | 2020-01-12 |
| * | | edit.c: Ensure undo sync when emulating <Esc>x #11706 | Matthew Malcomson | 2020-01-12 |
| * | | defaults: set fillchars "foldsep" to box line #11702 | Matthieu Coudron | 2020-01-11 |
| * | | vim-patch:8.0.1593: :qall never exits active :terminal #11704 | Jan Edmund Lazo | 2020-01-11 |
| * | | vim-patch:8.0.1769: refactor save/restore of viewstate #11701 | Jan Edmund Lazo | 2020-01-11 |
| * | | vim-patch.sh: fix for bash 4.3 or older #11700 | Jan Edmund Lazo | 2020-01-11 |
| * | | tabpage: disallow go-to-previous in cmdline-win #11692 | butwerenotthereyet | 2020-01-09 |
| * | | Merge #11669 'LSP: differentiate diagnostic underline by severity' | Justin M. Keyes | 2020-01-08 |
| |\ \ |
|
| | * | | LSP: highlight groups test, doc | Justin M. Keyes | 2020-01-08 |
| | * | | test: hoist buf_lines() | Justin M. Keyes | 2020-01-08 |
| | * | | test: just say no to hyper-granularity | Justin M. Keyes | 2020-01-08 |
| | * | | LSP: differentiate diagnostic underline by severity | Alvaro Muñoz | 2020-01-08 |
| * | | | Merge #11691 from janlazo/vim-8.2.0099 | Justin M. Keyes | 2020-01-08 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Remove (void) hacks, Mark unused attrs | Jan Edmund Lazo | 2020-01-08 |
| | * | | vim-patch:8.2.0099: use of NULL pointer when out of memory | Jan Edmund Lazo | 2020-01-07 |
| * | | | API: nvim_get_hl_by_id: omit hl instead of returning -1 #11685 | kevinhwang91 | 2020-01-08 |
| * | | | version.c: update [ci skip] #11636 | Marvim the Paranoid Android | 2020-01-07 |
| |/ / |
|
| * | | third-party: upgrade libvterm to v0.1.3 (#11678) | Daniel Hahler | 2020-01-07 |
| * | | ui_grid_resize: fix resize logic for floating window #11655 | Ville Hakulinen | 2020-01-06 |
| * | | man.vim: workaround for 'cscopetag' #11679 | Rob Pilling | 2020-01-06 |
| * | | Merge #11674 'vim-patch:8.0.1786,8.1.{851,1308,1309,1579}' | Justin M. Keyes | 2020-01-06 |
| |\ \ |
|
| | * | | vim-patch:8.1.1309: test for Normal highlight fails on MS-Windows GUI | Jan Edmund Lazo | 2020-01-06 |
| | * | | vim-patch:8.1.1308: the Normal highlight is not defined when compiled with GUI | Jan Edmund Lazo | 2020-01-06 |
| | * | | vim-patch:8.1.1579: dict and list could be GC'ed while displaying error | Jan Edmund Lazo | 2020-01-05 |