aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.c
Commit message (Expand)AuthorAge
* 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
* Introduce ga_append_via_ptr() and GA_APPEND_VIA_PTR()Felipe Oliveira Carvalho2014-06-30
* Introduce GA_APPEND()Felipe Oliveira Carvalho2014-06-30
* ga_growsize should be >= 1Felipe Oliveira Carvalho2014-06-30
* No OOM in vim_strnsave_up()Felipe Oliveira Carvalho2014-06-16
* Replace vim_strncpy calls: syntax.cDouglas Schneider2014-06-13
* coverity/13770: add_keyword(), mark as false pos.Nicolas Hillegeer2014-06-12
* Declare garray iterators in the for() scope where possible #819Felipe Oliveira Carvalho2014-06-10
* Add automatic generation of headersZyX2014-06-02
* Remove FEAT_STL_OPTHinidu2014-05-28
* Remove FEAT_CMDL_COMPLHinidu2014-05-28
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19