aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.c
Commit message (Expand)AuthorAge
* startup: don't erase screen on `:hi Normal` during startupBjörn Linse2018-09-20
* startup: wait for embedder before executing startup commands and filesBjörn Linse2018-09-18
* lint: cleanup after parent commitsZviRackover2018-08-16
* Remove has_mbyte from lines near changes in parent commitZviRackover2018-08-16
* Remove occurences of mb_head_offZviRackover2018-08-15
* cursor_shape: use attribute ids instead of syntax idsBjörn Linse2018-08-13
* Remove some occrrences of enc_utf8 and has_mbyteZviRackover2018-08-06
* Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
* Merge #8742 vim-patch:8.0.0791,0831,1072,1078,1088Justin M. Keyes2018-08-04
|\
| * vim-patch:8.0.1088: occasional memory use after freeJan Edmund Lazo2018-07-29
| * vim-patch:8.0.1078: using freed memory with ":hi Normal"Jan Edmund Lazo2018-07-29
| * vim-patch:8.0.1072: :highlight command causes a redraw even when nothing changedJan Edmund Lazo2018-07-29
| * vim-patch:8.0.0831: with 8 colors the bold attribute is not set properlyJan Edmund Lazo2018-07-29
| * vim-patch:8.0.0791: terminal colors depend on the systemJan Edmund Lazo2018-07-29
* | syntax: syn_pattern.sp_syncing is boolJan Edmund Lazo2018-07-30
* | syntax: add const to get_syntax_attr() paramsJan Edmund Lazo2018-07-30
* | syntax: add const to syn_finish_line() params,varsJan Edmund Lazo2018-07-30
* | syntax: did_header is boolJan Edmund Lazo2018-07-29
* | syntax: scl_id is intJan Edmund Lazo2018-07-29
* | syntax: refactor get_id_list()Jan Edmund Lazo2018-07-29
* | syntax: refactor syn_combine_list()Jan Edmund Lazo2018-07-29
* | 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