summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/screen.c
AgeCommit message (Expand)AuthorFiles
2022-03-08vim-patch:8.2.4520: using wrong highlight for cursor line numberzeertzjq1
2022-02-05fix(screen): do not draw filler lines post eof if already at last rowzeertzjq1
2021-11-19refactor: saner options for uncrustify (#16204)dundargoc1
2021-11-16refactor: reduce number of explicit char casts (#16077)dundargoc1
2021-11-14refactor(macros): delete multibyte macros which just are aliasesBjörn Linse1
2021-11-14refactor(multibyte): eliminate mb_char2len alias for utf_char2lenBjörn Linse1
2021-11-14refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse1
2021-11-14refactor(multibyte): eliminate mb_char2cells alias for utf_char2cellsBjörn Linse1
2021-11-06Merge pull request #16155 from zeertzjq/fix-redr-border-corruptionBjörn Linse1
2021-11-01vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy1
2021-10-31refactor: saner options for uncrustify #16196dundargoc1
2021-10-28fix(float): fix potential heap corruption in win_redr_borderzeertzjq1
2021-10-25refactor(api): move extmark API to its own fileBjörn Linse1
2021-10-23Merge pull request #16111 from dundargoc/vim-patch/commentsJan Edmund Lazo1
2021-10-23feat(decorations): support more than one virt_lines blockBjörn Linse1
2021-10-21vim-patch:8.1.2394: using old C style commentsDundar Göc1
2021-10-19refactor: remove space after starDundar Göc1
2021-10-18feat(api): evaluate statusline string #16020Famiu Haque1
2021-10-17Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo1
2021-10-13refactor: reduce number of unique char castsDundar Göc1
2021-10-12refactor: reduce number of unique char casts (#15995)dundargoc1
2021-10-06vim-patch:8.1.2394: using old C style commentsDundar Göc1
2021-10-02refactor: format with uncrustify #15842dundargoc1
2021-09-29Refactor/uncrustify (#15790)dundargoc1
2021-09-26feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse1
2021-09-25refactor: format with uncrustify #15778dundargoc1
2021-09-19vim-patch:8.2.3424: a sequence of spaces is hard to see in list modezeertzjq1
2021-09-19vim-patch:8.1.1110: composing chars on space wrong when 'listchars' is setzeertzjq1
2021-09-19vim-patch:8.1.1078: when 'listchars' is set a composing char on a space is wrongzeertzjq1
2021-09-18refactor: convert TRUE/FALSE to true/false (#15660)dundargoc1
2021-09-14fix: "redundant cast to the same type" #15662dundargoc1
2021-09-13refactor: replace TRUE/FALSE with true/false #15647dundargoc1
2021-09-10Merge #15626 vim-patch:8.1.{2281,2283},8.2.{2903,3391,3397}Justin M. Keyes1
2021-09-10vim-patch:8.2.3391: crash with combination of 'linebreak' and other optionsSean Dewar1
2021-09-10vim-patch:8.2.2903: cursor position wrong on wrapped line with 'signcolumn'Sean Dewar1
2021-09-10vim-patch:8.1.2281: 'showbreak' cannot be set for one windowSean Dewar1
2021-09-10refactor: format files with uncrustify #15607dundargoc1
2021-09-07refactor: format files with uncrustifyDundar Göc1
2021-09-06fix(screen): missing search highlights when redrawing from timer #15380Jit1
2021-09-05refactor(screen): let win_line() always handle fillers after last lineBjörn Linse1
2021-09-03refactor: update uncrustify config and format screen.cDundar Göc1
2021-08-28refactor: format screen.c with uncrustifyDundar Göc1
2021-08-27vim-patch:8.1.2229: color number column above/below cursor #15409zeertzjq1
2021-08-22refactor: replace TRUE/FALSE with true/false #15425dundargoc1
2021-08-18Merge pull request #15249 from dundargoc/refactor/a-song-of-true-and-falseBjörn Linse1
2021-08-16vim-patch:8.2.3295: 'cursorline' should not apply to 'breakindent' #15281zeertzjq1
2021-08-12refactor: replace TRUE/FALSE with true/falseDundar Göc1
2021-08-10refactor(plines): move out plines related code from misc1.cBjörn Linse1
2021-08-10refactor(plines): remove implicit curwin plines() functionBjörn Linse1
2021-08-02vim-patch:8.2.3204: display garbled when 'cursorline' is set and lines wrapzeertzjq1