aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.c
Commit message (Expand)AuthorAge
* syntax.c: Avoid the 'background' adjustment when true color enabledwatiko2016-03-08
* vim-patch:7.4.1141Jurica Bradaric2016-03-03
* coverity/135578: Memory - illegal accessesJustin M. Keyes2016-02-16
* startup: Avoid VimL global. Introduce TriState enum.Justin M. Keyes2016-02-14
* syntax: avoid extra global macroJustin M. Keyes2016-02-14
* vim-patch:7.4.828watiko2016-02-11
* Syntax: skip over ]Marco Hinz2016-02-09
* Merge #4152 'vim-patch:7.4.{798,800,805,810,811,814,815,816,817,820,825}'.Justin M. Keyes2016-02-09
|\
| * vim-patch:7.4.825Jurica Bradaric2016-02-02
| * vim-patch:7.4.814Jurica Bradaric2016-02-02
* | vim-patch:7.4.760Jurica Bradaric2016-02-09
|/
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* src: README.txt -> README.mdMichael Reed2015-11-23
* Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed2015-05-13
* vim-patch:7.4.524 #2559David Bürgin2015-05-09
* vim-patch:7.4.519David Bürgin2015-04-27
* Improve comments and fix ascii_* attributesFelipe Oliveira Carvalho2015-04-24
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Remove obsolete CENT macro #2397Marco Hinz2015-04-12
* Add new highlight groups TermCursor/TermCursorNCMarco Hinz2015-04-09
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* syntax: Fix possible invalid read in hl_combine_attrThiago de Arruda2015-03-25
* syntax: let first syntax item seqnr be 1 instead of 0Björn Linse2015-03-21
* syntax.c: Prevent use after free for variable g:colors_name.oni-link2015-03-13
* Remove redundant castsAnton Ovchinnikov2015-03-09
* Macro cleanup: USER_HIGHLIGHTMichael Reed2015-03-05
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Enable -Wconversion: mark.c.Eliseo Martínez2015-02-18
* syntax: Refactor to store all term and gui attributes independentlyThiago de Arruda2015-02-16
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* api/vim: allow guis and tests to retrieve the entire color tableBjörn Linse2015-02-02
* Add EndOfBuffer hl group for ~ lines after the last line in buffersMarco Hinz2015-02-02
* Remove long_u: (various): Refactor long_u.Eliseo Martínez2015-01-19
* Merge pull request #1816 from Pyrohh/macro_cleanupJustin M. Keyes2015-01-15
|\
| * Macro cleanup: MiscellaneousMichael Reed2015-01-14
| * Macro cleanup: PROTOMichael Reed2015-01-14
* | main: Fix color schemes for abstract_uiThiago de Arruda2015-01-13
* | syntax: Refresh UI when the color scheme changesThiago de Arruda2015-01-13
* | ui: Add 'rgb' parameter to ui_attachThiago de Arruda2015-01-13
* | syntax: Take rgb fg/bg when allocating cterm attr numberThiago de Arruda2015-01-13
* | ui: Fix ui resizing and change some method namesThiago de Arruda2015-01-13
* | ui: Add update_fg/update_bg methodsThiago de Arruda2015-01-13
|/
* Remove QNX/pterm remnantsMichael Reed2015-01-11
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* Remove long_u: term: Enable -Wconversion.Eliseo Martínez2015-01-10
* Define and use the ARRAY_SIZE macroFelipe Oliveira Carvalho2014-12-18