aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.c
Commit message (Expand)AuthorAge
...
* 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
* Fix warnings: syntax.c: get_id_list(): Double free: FP.Eliseo Martínez2014-12-17
* Simple refatorings that didn't fit the pattern of the last commitFelipe Oliveira Carvalho2014-12-13
* Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho2014-12-13
* Use GA_DEEP_CLEAR where appropriateFelipe Oliveira Carvalho2014-12-11
* syntax: Use RGB/GUI attribute information for "abstract_ui"Thiago de Arruda2014-12-08
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* Fix warnings: syntax.c: get_id_list(): Double free: FP.Eliseo Martínez2014-11-15
* Fix warnings: syntax.c: syn_regexec(): Uninitialized arg: MI.Eliseo Martínez2014-11-15
* Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24
* Convert FOR_ALL_WINDOWS to use a locally declared pointerWayne Rowcliffe2014-09-08
* vim-patch:7.4.318 #968André Twupack2014-08-18
* clang-analyzer: Reduce scope in syntax.c.Florian Walch2014-08-07
* vim: move disptick_T from vim.h to syntax_defs.hNicolas Hillegeer2014-07-16
* profiling: implement on top of os_hrtime()Nicolas Hillegeer2014-07-16
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move assert.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645Klemen Košir2014-07-08
* Replace int with bool in some files. #654Klemen Košir2014-07-08