aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.4918: conceal character from matchadd() displayed too many timeszeertzjq2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor(grid): move out grid_* functions from screen.cbfredl2022-05-08
* Merge pull request #18425 from dundargoc/refactor/char_u/1bfredl2022-05-07
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* | Merge pull request #18460 from bfredl/decor33bfredl2022-05-07
|\ \
| * | refactor(decor): use decor levels properlybfredl2022-05-07
| |/
* / build(clint): remove "function size is too large" warningDundar Goc2022-05-06
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* feat(api/ui): win_extmarksYatao Li2022-05-03
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: replace char_u variables and functions with charDundar Göc2022-04-16
* docs: typo fixes (#17859)dundargoc2022-04-15
* vim-patch:8.2.3487: illegal memory access if buffer name is very longSean Dewar2022-04-13
* vim-patch:8.2.4718: @@@ in the last line sometimes drawn in the wrong place (...zeertzjq2022-04-10
* vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
* Merge pull request #17890 from zeertzjq/conceal-virtcol-changedbfredl2022-03-31
|\
| * revert: "Fix redraw regression with w_p_cole in visual mode"zeertzjq2022-03-28
* | fix(decorations): do not put empty virt_text (#17872)zeertzjq2022-03-29
* | vim-patch:8.2.4644: redrawing too often when 'relativenumber' is set (#17756)Lewis Russell2022-03-29
|/
* vim-patch:8.2.4638: superfluous check if a redraw is needed for 'cursorline'zeertzjq2022-03-28
* vim-patch:8.2.4626: Visual area not updated when removing sign in Visual mode...zeertzjq2022-03-26
* perf(screen): reduce cursorline redrawing when jumping aroundzeertzjq2022-03-24
* vim-patch:8.2.4591: cursor line not updated when a callback moves the cursorzeertzjq2022-03-24
* fix(screen): do not update syntax_last_parsed when drawing folded line (#17826)zeertzjq2022-03-23
* fix(screen): do not do syntax highlighting at filler or folded lines (#17818)zeertzjq2022-03-23
* vim-patch:8.2.1078: highlight and match functionality together in one file (#...Lewis Russell2022-03-23
* vim-patch:8.1.1743: 'hlsearch' and match highlighting in the wrong placeLewis Russell2022-03-20
* feat(ui): allow conceal to be defined in decorationsbfredl2022-03-20
* fix(syntax.c): correct hunk from Vim patch 8.0.0647 (#17761)Lewis Russell2022-03-18
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\
| * feat: add support for global statuslineFamiu Haque2022-03-18
* | refactor: column drawingLewis Russell2022-03-13
* | vim-patch:8.2.4557: confusing comment about 'cursorlineopt'zeertzjq2022-03-13
* | Merge pull request #17663 from dundargoc/refactor/uncrustifybfredl2022-03-11
|\ \
| * | refactor(uncrustify): format all c filesDundar Göc2022-03-10
* | | refactor(decorations): move provider codeLewis Russell2022-03-10
|/ /
* | Merge pull request #17640 from lewis6991/virttextfixbfredl2022-03-09
|\ \
| * | fix(extmarks): fix signsLewis Russell2022-03-08
* | | vim-patch:8.2.4520: using wrong highlight for cursor line numberzeertzjq2022-03-08
|/ /
* | feat(decorations): support signsLewis Russell2022-03-05
* | fix(signcol): update cursor when signcol changesLewis Russell2022-02-24
* | refactor(signcol): store signcol in win_TLewis Russell2022-02-24
|/
* Merge pull request #16914 from godlygeek/fix_14587Christian Clason2022-02-13
|\
| * fix(screen): don't put empty sign text in line number columnMatt Wozniski2022-01-04
* | refactor(signs): more efficient signcol calcLewis Russell2022-02-12
* | refactor(PVS/V547): p == NULL is always falsezeertzjq2022-02-09