aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.c
Commit message (Expand)AuthorAge
* floats: add borders (MS-DOS MODE)Björn Linse2021-03-22
* vim-patch:8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear"Andy K. Massimino2021-03-20
* vim-patch:8.2.1703: ":highlight clear" does not restore default linkAndy K. Massimino2021-03-05
* vim-patch:8.2.1693: "hi def" does not work for cleared highlightAndy K. Massimino2021-03-05
* eval: use char* for set_internal_string_var()Jan Edmund Lazo2021-02-07
* vim-patch:8.1.1667: flags for Ex commands may clash with other symbolsJan Edmund Lazo2021-01-02
* vim-patch:8.2.0928: many type casts are used for vim_strnsave()Jan Edmund Lazo2020-12-27
* decorations: allow nvim_set_hl to break existing linksBjörn Linse2020-11-21
* vim-patch:8.2.2011: "syn sync" reports a very large numberSean Dewar2020-11-19
* Merge pull request #13275 from janlazo/vim-8.1.0805Matthieu Coudron2020-11-14
|\
| * vim-patch:8.1.0810: too many #ifdefsJan Edmund Lazo2020-11-12
* | lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
|/
* startup: handle autoload and lua packages during startupBjörn Linse2020-11-02
* api: add API for themesBjörn Linse2020-11-01
* vim-patch:8.2.1678: crash when using ":set" after ":ownsyntax"Thomas Vigouroux2020-09-24
* vim-patch:8.2.0865 syntax: Add command to control how foldlevel is computedBrad King2020-06-23
* syntax: Factor out duplicate E390 stringsBrad King2020-06-23
* syntax: factor out helper to compute the syntax-based foldlevelBrad King2020-06-23
* vim-patch:8.1.1895: using NULL pointer when out of memoryJan Edmund Lazo2020-06-04
* vim-patch:8.2.0635: when using 256 colors DarkYellow does not show expected c...Jan Edmund Lazo2020-04-25
* doc: fix typos [ci skip] #11787Hye Sung Jung2020-01-30
* vim-patch:8.1.1308: the Normal highlight is not defined when compiled with GUIJan Edmund Lazo2020-01-06
* doc: fix typosBrian Wignall2019-11-27
* syntax: zero-init local structsJan Edmund Lazo2019-11-02
* vim-patch:8.0.0914: highlight attributes are always combined (#10256)Daniel Hahler2019-09-26
* vim-patch:8.0.1621: using invalid default value for highlight attributeJan Edmund Lazo2019-09-21
* vim-patch:8.0.1134: superfluous call to syn_get_final_id()Jan Edmund Lazo2019-09-14
* lintJustin M. Keyes2019-09-13
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* syntax, TUI: support "strikethrough"Jaskaran Singh2019-09-13
* vim-patch:8.0.0941: existing color schemes don't like StatusLineTermJan Edmund Lazo2019-09-09
* vim-patch:8.0.0937: user highlight groups not adjusted for terminalJan Edmund Lazo2019-09-09
* vim-patch:8.0.0970: passing invalid highlight id #10972Justin M. Keyes2019-09-08
* vim-patch:8.0.1332: enhance quickfix highlighting #10259Daniel Hahler2019-09-06
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* screen: use dedicated message gridBjörn Linse2019-09-01
* vim-patch:8.1.1950: using NULL pointer after an out-of-memory (#10902)Jan Edmund Lazo2019-08-31
* 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