aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.c
Commit message (Expand)AuthorAge
* floats: add NormalFloat highlight and 'nonumber' defaultBjörn Linse2019-03-12
* vim-patch:8.0.0643: when a pattern search is slow Vim becomes unusableBilly Su2019-03-07
* rename ui_is_external to ui_has (#9576)Justin M. Keyes2019-02-03
* build: enable -WshadowJustin M. Keyes2019-01-02
* vim-patch:8.1.0098: segfault when pattern with \z() is very slow (#9283)Justin M. Keyes2018-11-29
* diff/highlight: do not overlay low-priority CursorLineJustin M. Keyes2018-11-27
* ui: disable clearing almost everywhereBjörn Linse2018-10-22
* vim-patch:8.0.1777: cannot cleanup before loading another colorscheme (#9104)Jan Edmund Lazo2018-10-11
* ui: rename ext_newgrid to ext_linegridBjörn Linse2018-10-01
* 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