| Commit message (Expand) | Author | Age |
| * | syntax: use const on copy_id_list() params,vars | Jan Edmund Lazo | 2018-07-29 |
| * | syntax: use const on add_keyword() params,vars | Jan Edmund Lazo | 2018-07-29 |
| * | syntax: update types of syn_opt_arg_T members | Jan Edmund Lazo | 2018-07-29 |
| * | syntax: use const on put_id_list() variables | Jan Edmund Lazo | 2018-07-29 |
| * | vim-patch:8.0.1541: synpat_T is taking too much memory | Jan Edmund Lazo | 2018-07-29 |
| * | ui: use line-based rather than char-based updates in screen.c | Björn Linse | 2018-07-21 |
| * | highlight: refactor to use stateful representation | Björn Linse | 2018-07-21 |
| * | highlight: extract low-level highlight logic from syntax, ui | Björn Linse | 2018-07-21 |
| * | startup: fix ":if 0|syntax on|endif" bug (#8731) | Justin M. Keyes | 2018-07-18 |
| * | vim-patch:8.0.0640: mismatch between help and actual message | Jan Edmund Lazo | 2018-07-03 |
| * | *: Replace b_changedtick with new always-inline functions | ZyX | 2018-06-22 |
| * | vim-patch:8.0.0616: not always setting 'background' correctly after :hi Norma... | Jan Edmund Lazo | 2018-06-21 |
| * | syntax: refactor syn_finish_line to return bool | Jan Edmund Lazo | 2018-06-16 |
| * | vim-patch:8.0.0481: unnecessary if statement | Jan Edmund Lazo | 2018-06-16 |
| * | vim-patch:8.0.0451: some macros are in lower case | Jan Edmund Lazo | 2018-06-12 |
| * | vim-patch:8.0.0466: still macros that should be all-caps (#8510) | Jan Edmund Lazo | 2018-06-10 |
| * | syntax: Fix PVS/V560: condition was already checked | ZyX | 2018-04-22 |
| * | *: Fix clint errors | ZyX | 2018-04-22 |
| * | syntax: Fix PVS/V560: condition was checked in previous if(), breaking | ZyX | 2018-04-22 |
| * | syntax: Fix PVS/V547: condition was checked | ZyX | 2018-04-22 |
| * | syntax: Silence PVS/V560: condition is always true at that point | ZyX | 2018-04-22 |
| * | syntax: Silence PVS/V522: retval is always non-NULL on this round | ZyX | 2018-04-22 |
| * | syntax: Fix PVS/V560: condition checked in previous if() | ZyX | 2018-04-22 |
| * | msg: do not scroll entire screen (#8088) | Björn Linse | 2018-03-31 |
| * | refactor/rename: path_is_absolute() | Justin M. Keyes | 2018-03-24 |
| * | build/MSVC: fix "C4005: RGB: macro redefinition" | Justin M. Keyes | 2018-03-18 |
| * | vim-patch:8.0.0513: fix getting name of cleared highlight group (#8103) | KunMing Xie | 2018-03-08 |
| * | vim-patch:8.0.0220: highlight completion misses some values #8013 | ckelsel | 2018-03-04 |
| * | vim-patch:8.0.1561: crash with rust syntax highligting (#8095) | James McCoy | 2018-03-03 |
| * | vim-patch:8.0.0214 (#8010) | KunMing Xie | 2018-02-19 |
| * | ui/tui: highlighting refactor | Björn Linse | 2018-02-11 |
| * | vim-patch:8.0.0672: synconcealed() changes too often #7887 | nate | 2018-02-01 |
| * | Merge #7424 'vim-patch: 8.0.0198, 8.0.0200, 8.0.0201, 8.0.0202, 8.0.0204' | Justin M. Keyes | 2018-01-18 |
| |\ |
|
| | * | lint | dvejmz | 2018-01-09 |
| | * | vim-patch:8.0.0204: compiler warns for uninitialized variable | dvejmz | 2018-01-09 |
| | * | vim-patch:8.0.0201: completion of highlight groups includes cleared names | dvejmz | 2018-01-09 |
| | * | vim-patch:8.0.0198 | dvejmz | 2018-01-09 |
| |/ |
|
| * | *: Replace all occurrences of NVim with Nvim | ZyX | 2017-11-30 |
| * | functests: Add some more tests | ZyX | 2017-11-26 |
| * | Merge branch 'master' into expression-parser | ZyX | 2017-11-26 |
| |\ |
|
| | * | :highlight : avoid redraw on error | nate | 2017-11-25 |
| | * | syntax.c: Fix maybe-uninitialized warning (#7596) | Phlosioneer | 2017-11-21 |
| * | | Merge branch 'master' into expression-parser | ZyX | 2017-11-19 |
| |\| |
|
| | * | Use PRId64 to format Integer when calling api_set_error | James McCoy | 2017-11-12 |
| | * | doc: deprecate 'highlight'; remove howto.txt (#7497) | Justin M. Keyes | 2017-11-07 |
| * | | syntax: Fix duplicate group definitions | ZyX | 2017-11-19 |
| * | | unittests,syntax: Check for sanity of highlight_init_cmdline | ZyX | 2017-11-13 |
| * | | viml/parser/expressions: Add support for parsing assignments | ZyX | 2017-11-12 |
| * | | *: Fix linter errors | ZyX | 2017-10-30 |
| * | | syntax,viml/parser/expressions: Add missing highlight groups | ZyX | 2017-10-29 |