aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* 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
* | vim-patch:8.2.1741: pathshorten() only supports using one characterzeertzjq2022-02-06
* | Merge pull request #17226 from dundargoc/refactor/remove-redundant-codezeertzjq2022-02-03
|\ \
| * | vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30
* | | Merge pull request #17113 from zeertzjq/vim-8.2.2569zeertzjq2022-02-01
|\ \ \ | |/ / |/| |
| * | feat(statusline): support multibyte fillcharzeertzjq2022-01-16
* | | vim-patch:8.2.3095: with 'virtualedit' set to "block" block selection is wrongzeertzjq2022-01-27
* | | Merge pull request #17095 from zeertzjq/vim-8.2.3227bfredl2022-01-27
|\ \ \
| * | | vim-patch:8.2.3280: 'virtualedit' local to buffer is not the best solutionzeertzjq2022-01-15
| * | | vim-patch:8.2.3227: 'virtualedit' can only be set globallyzeertzjq2022-01-15
| |/ /
* | | vim-patch:8.2.3410: crash with linebreak, listchars and large tabstopzeertzjq2022-01-21
* | | vim-patch:8.2.3121: 'listchars' "exceeds" character appears in foldcolumnzeertzjq2022-01-21
|/ /
* | chore(fixup): zeerdundargoc2022-01-01
* | refactor: avoid overflow by explicitly casting operand to a wider typeDundar Göc2021-12-31
|/
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28