aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* Merge pull request #8915 from rickyz/line_wrappingBjörn Linse2018-09-09
|\
| * tui: Hint wrapped lines to terminals.Ricky Zhou2018-09-03
* | Merge #8921 'highlight: Fix after-EOL matches at cursor'Justin M. Keyes2018-09-04
|\ \ | |/ |/|
| * vim-patch:8.1.0344: 'hlsearch' highlighting has a gap after /$Ricky Zhou2018-09-03
|/
* lint: clean-up after parent commitsZviRackover2018-08-31
* Remove has_mbytes from lines local to parent commitZviRackover2018-08-31
* Refactor: remove mb_ptr2len_len, mb_ptr2cells and mb_ptr2cells_lenZviRackover2018-08-31
* Merge #8863 'refactor: Remove mb_head_off() 'Justin M. Keyes2018-08-28
|\
| * Remove has_mbyte from lines near changes in parent commitZviRackover2018-08-16
| * Remove occurences of mb_head_offZviRackover2018-08-15
* | Merge #8903 from janlazo/vim-8.0.0883Justin M. Keyes2018-08-26
|\ \
| * | vim-patch:8.0.1228: invalid memory access in GUI testJan Edmund Lazo2018-08-24
* | | vim-patch:8.0.1214: accessing freed memory when EXITFREE is setJan Edmund Lazo2018-08-25
|/ /
* | lintJan Edmund Lazo2018-08-23
* | vim-patch:8.0.1041: bogus characters when indenting during visual-block appendJan Edmund Lazo2018-08-23
|/
* Merge #8829 from ZviRackover/fix-7401-step2Justin M. Keyes2018-08-15
|\
| * lint: clean up after parent commitZviRackover2018-08-14
| * Remove occurrences of 'has_mbyte' near lines changes by parent commitZviRackover2018-08-13
| * Remove all occurrences of mb_off2cellsZviRackover2018-08-13
* | Merge pull request #8790 from bfredl/hlattrBjörn Linse2018-08-14
|\ \
| * | highlight: HlAttrs is a value type; treat it like suchBjörn Linse2018-08-13
| |/
* / vim-patch:8.1.0057: popup menu displayed wrong when using autocmdJason Felice2018-08-09
|/
* vim-patch:8.0.1705: when making a vertical split the mode message isn't updatedJan Edmund Lazo2018-08-06
* vim-patch:8.0.1169: highlignting one char too many with 'list' and 'cul'Jan Edmund Lazo2018-08-06
* vim-patch:8.0.1168: wrong highlighting with combination of match and 'cursorl...Jan Edmund Lazo2018-08-06
* Merge #8749 from janlazo/clint-tristateJustin M. Keyes2018-08-04
|\
| * misc: refactor plines_win{,_nofill}()Jan Edmund Lazo2018-08-02
| * fold: add const to hasFoldingWin() variablesJan Edmund Lazo2018-08-02
| * screen: screen_cleared is TriStateJan Edmund Lazo2018-08-01
* | syntax: add const to get_syntax_attr() paramsJan Edmund Lazo2018-07-30
|/
* screen: add const and reindent update_debug_signs()Jan Edmund Lazo2018-07-27
* vim-patch:8.0.0837: signs can be drawn on top of console messagesJan Edmund Lazo2018-07-27
* screen.c: add update_window_hl to special redrawing entrypointsBjörn Linse2018-07-27
* screen.c: fix redrawing tabline when messages overflow screenBjörn Linse2018-07-24
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* ui: add TODO for non-working terminal linewrapBjörn Linse2018-07-21
* highlight: refactor to use stateful representationBjörn Linse2018-07-21
* highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21
* screen: truncate showmode messagesBjörn Linse2018-07-12
* vim-patch:8.0.0686: extra redraw when using CTRL-L in second windowJan Edmund Lazo2018-07-03
* highlight: high-priority CursorLine if fg is set. #8578Yichao Zhou2018-06-28
* Merge #8526 from janlazo/vim-8.0.0451Justin M. Keyes2018-06-16
|\
| * vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* | Add ‘eob’ option to fillcharsJack Bracewell2018-06-13
* | screen: use UTF-8 representationBjörn Linse2018-06-13
|/
* vim-patch:8.0.0520: using a function pointer while the function is known (#8513)KunMing Xie2018-06-10
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* vim-patch:8.0.0675: 'colorcolumn' has a higher priority than 'hlsearch' (#8483)Jan Edmund Lazo2018-06-05
* vim-patch:8.0.0454: compiler warnings for "always true" comparison (#8431)KunMing Xie2018-05-24
* terminal: tickle statusline on entering #8323raichoo2018-05-18