| Commit message (Expand) | Author | Age |
| ... | |
| | * | | | vim-patch:8.0.0948: crash if timer closes window while dragging status line | Jan Edmund Lazo | 2018-08-05 |
| | * | | | vim-patch:8.0.0722: screen is messed by timer up at inputlist() prompt | Jan Edmund Lazo | 2018-08-05 |
| | * | | | vim-patch:8.0.0671: hang when typing CTRL-C in confirm() in timer | Jan Edmund Lazo | 2018-08-05 |
| * | | | | vim-patch:8.1.0240: g:actual_curbuf set in wrong scope (#8818) | Daniel Hahler | 2018-08-06 |
| |/ / / |
|
| * | | | eval, ex_getln: Fix incompatible pointer types (#8792) | hyatskov | 2018-08-05 |
| * | | | syntax.h: fix include #8742 | Justin M. Keyes | 2018-08-05 |
| * | | | Merge #8742 vim-patch:8.0.0791,0831,1072,1078,1088 | Justin M. Keyes | 2018-08-04 |
| |\ \ \ |
|
| | * | | | vim-patch:8.0.1088: occasional memory use after free | Jan Edmund Lazo | 2018-07-29 |
| | * | | | vim-patch:8.0.1078: using freed memory with ":hi Normal" | Jan Edmund Lazo | 2018-07-29 |
| | * | | | vim-patch:8.0.1072: :highlight command causes a redraw even when nothing changed | Jan Edmund Lazo | 2018-07-29 |
| | * | | | vim-patch:8.0.0831: with 8 colors the bold attribute is not set properly | Jan Edmund Lazo | 2018-07-29 |
| | * | | | vim-patch:8.0.0791: terminal colors depend on the system | Jan Edmund Lazo | 2018-07-29 |
| | |/ / |
|
| * | | | Merge #8749 from janlazo/clint-tristate | Justin M. Keyes | 2018-08-04 |
| |\ \ \ |
|
| | * | | | misc: refactor plines_win{,_nofill}() | Jan Edmund Lazo | 2018-08-02 |
| | * | | | fold: add const to foldSplit() variables | Jan Edmund Lazo | 2018-08-02 |
| | * | | | fold: add const to foldUpdateIEMSRecurse() vars | Jan Edmund Lazo | 2018-08-02 |
| | * | | | fold: add const to foldUpdateIEMS() variables | Jan Edmund Lazo | 2018-08-02 |
| | * | | | fold: add const to checkSmall() variables | Jan Edmund Lazo | 2018-08-02 |
| | * | | | fold: declare and init vars in deleteFoldEntry() | Jan Edmund Lazo | 2018-08-02 |
| | * | | | fold: add const to foldMoveTo() variables | Jan Edmund Lazo | 2018-08-02 |
| | * | | | fold: add const to deleteFold() variables | Jan Edmund Lazo | 2018-08-02 |
| | * | | | fold: add const to hasFoldingWin() variables | Jan Edmund Lazo | 2018-08-02 |
| | * | | | ex_cmds: add const to helptags_one() variables | Jan Edmund Lazo | 2018-08-01 |
| | * | | | ex_cmds: add const to fix_help_buffer() variables | Jan Edmund Lazo | 2018-08-01 |
| | * | | | hardcopy: refactor mch_print_start_line() | Jan Edmund Lazo | 2018-08-01 |
| | * | | | hardcopy: bold,italic,underline are TriState | Jan Edmund Lazo | 2018-08-01 |
| | * | | | fold: use_level,maybe_small are bool | Jan Edmund Lazo | 2018-08-01 |
| | * | | | globals: virtual_op is TriState | Jan Edmund Lazo | 2018-08-01 |
| | * | | | fold: recursive in deleteFoldEntry() is bool | Jan Edmund Lazo | 2018-08-01 |
| | * | | | fold: fold_changed is bool | Jan Edmund Lazo | 2018-08-01 |
| | * | | | fold: finish in foldUpdateIEMSRecurse() is bool | Jan Edmund Lazo | 2018-08-01 |
| | * | | | screen: screen_cleared is TriState | Jan Edmund Lazo | 2018-08-01 |
| | * | | | fold: lineFolded() is bool | Jan Edmund Lazo | 2018-08-01 |
| | * | | | fold: check_closed() returns bool | Jan Edmund Lazo | 2018-08-01 |
| | * | | | search: refactor variables in findmatchlimit() | Jan Edmund Lazo | 2018-08-01 |
| | * | | | search: start_in_quotes in findmatchlimit is TriState | Jan Edmund Lazo | 2018-08-01 |
| | * | | | edit: dont_sync_undo is TriState | Jan Edmund Lazo | 2018-08-01 |
| | * | | | ex_cmds: refactor utf8 variables to TriState | Jan Edmund Lazo | 2018-08-01 |
| | * | | | menu: enable in ex_menu() is TriState | Jan Edmund Lazo | 2018-08-01 |
| | * | | | fold: fold_T.fd_small is TriState | Jan Edmund Lazo | 2018-08-01 |
| | * | | | diff: refactor diff_a_works to use TriState | Jan Edmund Lazo | 2018-08-01 |
| | * | | | clint: detect MAYBE and recommend TriState | Jan Edmund Lazo | 2018-08-01 |
| | |/ / |
|
| * | | | Merge #8799 from janlazo/nvim-8.0.1541 | Justin M. Keyes | 2018-08-04 |
| |\ \ \ |
|
| | * | | | syntax: syn_pattern.sp_syncing is bool | Jan Edmund Lazo | 2018-07-30 |
| | * | | | syntax: add const to get_syntax_attr() params | Jan Edmund Lazo | 2018-07-30 |
| | * | | | syntax: add const to syn_finish_line() params,vars | Jan Edmund Lazo | 2018-07-30 |
| | * | | | syntax: did_header is bool | Jan Edmund Lazo | 2018-07-29 |
| | * | | | syntax: disptick_T is uint16_t | Jan Edmund Lazo | 2018-07-29 |
| | * | | | syntax: scl_id is int | Jan Edmund Lazo | 2018-07-29 |
| | * | | | syntax: refactor get_id_list() | Jan Edmund Lazo | 2018-07-29 |