aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* screen.c: Fix listchars hl for space/nbsp in visual mode.Yichao Zhou2016-05-20
* lintYichao Zhou2016-05-20
* Let the highlight of listchars override cursorlineYichao Zhou2016-05-20
* Merge pull request #4628 from brcolow/vim-7.4.1101Justin M. Keyes2016-05-10
|\
| * vim-patch: 7.4.1101Michael Ennen2016-04-26
* | *: Fix new linter errorsZyX2016-05-01
|/
* Merge #4265 'vim-patch:7.4.925'.Justin M. Keyes2016-03-02
|\
| * vim-patch:7.4.925watiko2016-02-17
* | bufhl: new mechanism for plugins to add highlights to a bufferBjörn Linse2016-02-23
|/
* Merge pull request #4234 from watiko/vim-7.4.977Justin M. Keyes2016-02-17
|\
| * vim-patch:7.4.977watiko2016-02-11
* | vim-patch:7.4.792watiko2016-02-11
|/
* coverity/135004: Null pointer dereferencesNikolai Aleksandrovich Pavlov2016-02-03
* tabline: Switch to functions, handle different click typesZyX2016-02-01
* tabline: Add %[] atom to the tabline, for random commands on clickZyX2016-02-01
* vim-patch:7.4.949watiko2016-01-28
* vim-patch:7.4.639watiko2016-01-28
* vim-patch:7.4.722Jurica Bradaric2016-01-24
* Merge pull request #4012 from jbradaric/vim-7.4.729Justin M. Keyes2016-01-21
|\
| * screen: Fix linting errorsJurica Bradaric2016-01-19
| * vim-patch:7.4.729Jurica Bradaric2016-01-19
* | vim-patch:7.4.603watiko2016-01-20
|/
* vim-patch:7.4.721Michael Ennen2016-01-13
* screen.c: Remove out of date commentMichael Reed2016-01-07
* Merge pull request #3851 from brcolow/vim-7.4.682Justin M. Keyes2015-12-16
|\
| * vim-patch:7.4.682brcolow2015-12-16
* | vim-patch:7.4.665, 671Shougo Matsushita2015-12-16
|/
* 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
* win_T.w_cline_folded from int to boolNicolas Cornu2015-09-07
* screen.c: remove `screen_char_attr` #3235Justin M. Keyes2015-08-25
* vim-patch:7.4.667 #3043Marco Hinz2015-07-18
* vim-patch:7.4.719 #2817Andrea Cedraro2015-06-14
* vim-patch:7.4.579 #2652David Bürgin2015-05-26
* Cleanup misc.Michael Reed2015-05-18
* vim-patch:7.4.562 #2593David Bürgin2015-05-16
* vim-patch:7.4.587 #2622David Bürgin2015-05-13
* src: Misc. cleanupMichael Reed2015-05-01
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* vim-patch:7.4.710David Bürgin2015-04-27
* 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
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
* Remove redundant castsAnton Ovchinnikov2015-03-09
* Macro cleanup: UNICODE16Michael Reed2015-03-05
* Fix warnings: screen.c: screen_puts_len(): Various (4): FP/MI.Eliseo Martínez2015-02-21
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21