| Commit message (Expand) | Author | Age |
* | syntax.c: Avoid the 'background' adjustment when true color enabled | watiko | 2016-03-08 |
* | vim-patch:7.4.1141 | Jurica Bradaric | 2016-03-03 |
* | coverity/135578: Memory - illegal accesses | Justin M. Keyes | 2016-02-16 |
* | startup: Avoid VimL global. Introduce TriState enum. | Justin M. Keyes | 2016-02-14 |
* | syntax: avoid extra global macro | Justin M. Keyes | 2016-02-14 |
* | vim-patch:7.4.828 | watiko | 2016-02-11 |
* | Syntax: skip over ] | Marco Hinz | 2016-02-09 |
* | Merge #4152 'vim-patch:7.4.{798,800,805,810,811,814,815,816,817,820,825}'. | Justin M. Keyes | 2016-02-09 |
|\ |
|
| * | vim-patch:7.4.825 | Jurica Bradaric | 2016-02-02 |
| * | vim-patch:7.4.814 | Jurica Bradaric | 2016-02-02 |
* | | vim-patch:7.4.760 | Jurica Bradaric | 2016-02-09 |
|/ |
|
* | src/*: Remove `VIM - Vi improved ...` header | Michael Reed | 2015-11-27 |
* | Remove unnecessary includes for errno.h | Rui Abreu Ferreira | 2015-11-25 |
* | src: README.txt -> README.md | Michael Reed | 2015-11-23 |
* | Remove char_u: ex_docmd:do_cmdline_cmd() | Michael Reed | 2015-05-13 |
* | vim-patch:7.4.524 #2559 | David Bürgin | 2015-05-09 |
* | vim-patch:7.4.519 | David Bürgin | 2015-04-27 |
* | Improve comments and fix ascii_* attributes | Felipe Oliveira Carvalho | 2015-04-24 |
* | Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h | Felipe Oliveira Carvalho | 2015-04-24 |
* | Replace vim_iswhite with ascii_iswhite() defined in ascii.h | Felipe Oliveira Carvalho | 2015-04-24 |
* | memory: Add `free` wrapper and refactor project to use it | Thiago de Arruda | 2015-04-13 |
* | Remove obsolete CENT macro #2397 | Marco Hinz | 2015-04-12 |
* | Add new highlight groups TermCursor/TermCursorNC | Marco Hinz | 2015-04-09 |
* | terminal: New module that implements a terminal emulator | Thiago de Arruda | 2015-03-25 |
* | syntax: Fix possible invalid read in hl_combine_attr | Thiago de Arruda | 2015-03-25 |
* | syntax: let first syntax item seqnr be 1 instead of 0 | Björn Linse | 2015-03-21 |
* | syntax.c: Prevent use after free for variable g:colors_name. | oni-link | 2015-03-13 |
* | Remove redundant casts | Anton Ovchinnikov | 2015-03-09 |
* | Macro cleanup: USER_HIGHLIGHT | Michael Reed | 2015-03-05 |
* | refactor: Remove term modules and termcap options | Thiago de Arruda | 2015-02-21 |
* | Enable -Wconversion: mark.c. | Eliseo Martínez | 2015-02-18 |
* | syntax: Refactor to store all term and gui attributes independently | Thiago de Arruda | 2015-02-16 |
* | ui: Remove/adapt some old code for a big UI refactor | Thiago de Arruda | 2015-02-16 |
* | api/vim: allow guis and tests to retrieve the entire color table | Björn Linse | 2015-02-02 |
* | Add EndOfBuffer hl group for ~ lines after the last line in buffers | Marco Hinz | 2015-02-02 |
* | Remove long_u: (various): Refactor long_u. | Eliseo Martínez | 2015-01-19 |
* | Merge pull request #1816 from Pyrohh/macro_cleanup | Justin M. Keyes | 2015-01-15 |
|\ |
|
| * | Macro cleanup: Miscellaneous | Michael Reed | 2015-01-14 |
| * | Macro cleanup: PROTO | Michael Reed | 2015-01-14 |
* | | main: Fix color schemes for abstract_ui | Thiago de Arruda | 2015-01-13 |
* | | syntax: Refresh UI when the color scheme changes | Thiago de Arruda | 2015-01-13 |
* | | ui: Add 'rgb' parameter to ui_attach | Thiago de Arruda | 2015-01-13 |
* | | syntax: Take rgb fg/bg when allocating cterm attr number | Thiago de Arruda | 2015-01-13 |
* | | ui: Fix ui resizing and change some method names | Thiago de Arruda | 2015-01-13 |
* | | ui: Add update_fg/update_bg methods | Thiago de Arruda | 2015-01-13 |
|/ |
|
* | Remove QNX/pterm remnants | Michael Reed | 2015-01-11 |
* | Cleanup: Rename getdigits() family functions. | Eliseo Martínez | 2015-01-11 |
* | Cleanup: Refactor getdigits(). | Eliseo Martínez | 2015-01-11 |
* | Remove long_u: term: Enable -Wconversion. | Eliseo Martínez | 2015-01-10 |
* | Define and use the ARRAY_SIZE macro | Felipe Oliveira Carvalho | 2014-12-18 |