aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.c
Commit message (Expand)AuthorAge
* syntax: syn_cluster_T.scl_list is int16_t*Jan Edmund Lazo2018-07-29
* syntax: refactor syn_current_attr()Jan Edmund Lazo2018-07-29
* syntax: use const on check_keyword_id() variablesJan Edmund Lazo2018-07-29
* syntax: current_next_list is int16_t*Jan Edmund Lazo2018-07-29
* syntax: update types of stateitem_T membersJan Edmund Lazo2018-07-29
* syntax: use const on syn_list_keywords() variablesJan Edmund Lazo2018-07-29
* syntax: use const on copy_id_list() params,varsJan Edmund Lazo2018-07-29
* syntax: use const on add_keyword() params,varsJan Edmund Lazo2018-07-29
* syntax: update types of syn_opt_arg_T membersJan Edmund Lazo2018-07-29
* syntax: use const on put_id_list() variablesJan Edmund Lazo2018-07-29
* vim-patch:8.0.1541: synpat_T is taking too much memoryJan Edmund Lazo2018-07-29
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* highlight: refactor to use stateful representationBjörn Linse2018-07-21
* highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21
* startup: fix ":if 0|syntax on|endif" bug (#8731)Justin M. Keyes2018-07-18
* vim-patch:8.0.0640: mismatch between help and actual messageJan Edmund Lazo2018-07-03
* *: Replace b_changedtick with new always-inline functionsZyX2018-06-22
* vim-patch:8.0.0616: not always setting 'background' correctly after :hi Norma...Jan Edmund Lazo2018-06-21
* syntax: refactor syn_finish_line to return boolJan Edmund Lazo2018-06-16
* vim-patch:8.0.0481: unnecessary if statementJan Edmund Lazo2018-06-16
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* syntax: Fix PVS/V560: condition was already checkedZyX2018-04-22
* *: Fix clint errorsZyX2018-04-22
* syntax: Fix PVS/V560: condition was checked in previous if(), breakingZyX2018-04-22
* syntax: Fix PVS/V547: condition was checkedZyX2018-04-22
* syntax: Silence PVS/V560: condition is always true at that pointZyX2018-04-22
* syntax: Silence PVS/V522: retval is always non-NULL on this roundZyX2018-04-22
* syntax: Fix PVS/V560: condition checked in previous if()ZyX2018-04-22
* msg: do not scroll entire screen (#8088)Björn Linse2018-03-31
* refactor/rename: path_is_absolute()Justin M. Keyes2018-03-24
* build/MSVC: fix "C4005: RGB: macro redefinition"Justin M. Keyes2018-03-18
* vim-patch:8.0.0513: fix getting name of cleared highlight group (#8103)KunMing Xie2018-03-08
* vim-patch:8.0.0220: highlight completion misses some values #8013ckelsel2018-03-04
* vim-patch:8.0.1561: crash with rust syntax highligting (#8095)James McCoy2018-03-03
* vim-patch:8.0.0214 (#8010)KunMing Xie2018-02-19
* ui/tui: highlighting refactorBjörn Linse2018-02-11
* vim-patch:8.0.0672: synconcealed() changes too often #7887nate2018-02-01
* Merge #7424 'vim-patch: 8.0.0198, 8.0.0200, 8.0.0201, 8.0.0202, 8.0.0204'Justin M. Keyes2018-01-18
|\
| * lintdvejmz2018-01-09
| * vim-patch:8.0.0204: compiler warns for uninitialized variabledvejmz2018-01-09
| * vim-patch:8.0.0201: completion of highlight groups includes cleared namesdvejmz2018-01-09
| * vim-patch:8.0.0198dvejmz2018-01-09
|/
* *: Replace all occurrences of NVim with NvimZyX2017-11-30
* functests: Add some more testsZyX2017-11-26
* Merge branch 'master' into expression-parserZyX2017-11-26
|\
| * :highlight : avoid redraw on errornate2017-11-25
| * syntax.c: Fix maybe-uninitialized warning (#7596)Phlosioneer2017-11-21
* | Merge branch 'master' into expression-parserZyX2017-11-19
|\|
| * Use PRId64 to format Integer when calling api_set_errorJames McCoy2017-11-12