aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.c
Commit message (Expand)AuthorAge
* Merge #10368 from janlazo/vim-8.0.1164Justin M. Keyes2019-07-19
|\
| * vim-patch:8.0.1164: changing StatusLine highlight does not always workJan Edmund Lazo2019-07-06
| * vim-patch:8.0.1146: redraw when highlight is set with same namesJan Edmund Lazo2019-07-06
| * vim-patch:8.0.0755: terminal window does not have colors in the GUIJan Edmund Lazo2019-07-06
* | Merge #10391 from janlazo/vim-8.1.0495Justin M. Keyes2019-07-16
|\ \
| * | vim-patch:8.1.0495: :filter only supports some commandsJan Edmund Lazo2019-07-15
* | | Merge pull request #10504 from bfredl/hl_defBjörn Linse2019-07-16
|\ \ \ | |/ / |/| |
| * | highlight: expose builtin highlight groups using hl_group_set eventBjörn Linse2019-07-14
* | | syntax: refactor syn_list_header to not use magic valueBjörn Linse2019-07-14
* | | syntax: fix missing newlines in execute("syn list"). fixes #10467Björn Linse2019-07-14
|/ /
* / ui: add 'redrawdebug' option for flexible debugging of redrawingBjörn Linse2019-07-09
|/
* highlight: show "hi Group" message correctly when not using the screenBjörn Linse2019-07-05
* ui: add 'winblend' to support blending of floating windowsBjörn Linse2019-06-25
* vim-patch:8.1.0198: there is no hint that syntax is disabled for 'redrawtime'Jan Edmund Lazo2019-06-24
* vim-patch:8.1.0437: may access freed memory when syntax HL times outJan Edmund Lazo2019-06-24
* vim-patch:8.1.0673: functionality for signs is spread out over several filesAndrej Zieger2019-05-26
* lintJustin M. Keyes2019-05-25
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* vim-patch:8.1.1209: clever compiler warns for buffer being too smallJan Edmund Lazo2019-04-27
* vim-patch:8.0.1133: syntax timeout not used correctlyJan Edmund Lazo2019-04-23
* lintJan Edmund Lazo2019-04-23
* vim-patch:8.0.0647: syntax highlighting can make cause a freezeJan Edmund Lazo2019-04-23
* 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