aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.c
Commit message (Expand)AuthorAge
* 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
| * doc: deprecate 'highlight'; remove howto.txt (#7497)Justin M. Keyes2017-11-07
* | syntax: Fix duplicate group definitionsZyX2017-11-19
* | unittests,syntax: Check for sanity of highlight_init_cmdlineZyX2017-11-13
* | viml/parser/expressions: Add support for parsing assignmentsZyX2017-11-12
* | *: Fix linter errorsZyX2017-10-30
* | syntax,viml/parser/expressions: Add missing highlight groupsZyX2017-10-29
* | syntax: Adjust position and arguments of syn_init_cmdline_highlightZyX2017-10-29
* | syntax,viml/expressions/parser: Create defaults for expr highlightingZyX2017-10-29
|/
* Merge #7327 from ckelsel/vim-8.0.0131Justin M. Keyes2017-10-09
|\
| * Merge branch 'master' into vim-8.0.0131KunMing Xie2017-10-08
| |\
| * | vim-patch:8.0.0155ckelsel2017-09-28
* | | test: nvim_get_hl_by_name/by_id #7082Justin M. Keyes2017-10-08
* | | Merge #7082 'api: nvim_get_hl_by_name/by_id'Justin M. Keyes2017-10-08
|\ \ \ | |_|/ |/| |
| * | Remove duplicate ATTRENTRY_INITMatthieu Coudron2017-09-30
| * | Changed prototypes to accept a boolean "rgb"Matthieu Coudron2017-09-30
| * | Increased test coverage for RGB and ctermMatthieu Coudron2017-09-30
| * | Adds nvim_get_hl_by_name/by_idMatthieu Coudron2017-09-30
| |/