aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.c
Commit message (Expand)AuthorAge
* *: 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
| |/
* | vim-patch:8.0.0142 (#7335)KunMing Xie2017-10-07
* | vim-patch:8.0.0157 (#7362)KunMing Xie2017-10-07
|/
* syntax.c: styleMatthieu Coudron2017-08-22
* syntax.c: register 'Normal' highlight groupMatthieu Coudron2017-08-22
* syntax: Fix V763: parameter always rewritten before being usedZyX2017-07-04
* syntax: Silence V782ZyX2017-05-20
* options: make 'highlight' read-onlyBjörn Linse2017-05-15
* *: Add comment to all C filesZyX2017-04-19
* highlight: default Cursor to guibg=fg, guifg=bgMatthieu Coudron2017-04-17
* coverity/56795: Fix NULL dereference in :syn keyword non-printableZyX2017-04-09
* 'listchars': `Whitespace` highlight group #6367Yichao Zhou2017-04-03
* tui: 'guicursor' colorMatthieu Coudron2017-04-01
* tui: 'guicursor' shape #6044Matthieu Coudron2017-04-01
* *: Use const char * in set_one_cmd_contextZyX2017-03-29
* syntax: Fix linter errorZyX2017-03-29
* *: Make some more things const and with lengthZyX2017-03-29
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* *: Fix linter errorsZyX2017-02-15
* *: Partial string handling refactoringZyX2017-02-15
* refactor: Remove strncpy/STRNCPY. (#6008)Justin M. Keyes2017-01-26
* refactor: Replace vim_strcat() with xstrlcat().Justin M. Keyes2017-01-23
* syntax.c: Update color names. (#5733)Justin M. Keyes2016-12-08
* vim-patch:7.4.1691Shougo Matsushita2016-11-24
* 'inccommand': rename 'incsubstitute'Justin M. Keyes2016-11-08
* 'inccommand': reworkJustin M. Keyes2016-11-08