aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/drawline.c
Commit message (Expand)AuthorAge
* Merge branch 'aucmd_textputpost' into 20230125_mix20230125_mixJosh Rahm2023-02-02
|\
| * fix(column): estimate 'statuscolumn' width appropriatelyluukvbaal2023-02-02
* | feat(colorcolchar): implement 'foreground' flagJosh Rahm2023-02-02
* | feat(colorcolchar): make the colorcolumn more flexibleJosh Rahm2023-01-31
* | feat(colorcolchar): remove existing colorcolumnchar in the fillchars. Make wa...Josh Rahm2023-01-31
* | Merge remote-tracking branch 'upstream/master' into colorcolcharJosh Rahm2023-01-25
|\|
| * fix(extmarks): problems with folded virtual lines (#21930)luukvbaal2023-01-23
| * refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
| * refactor(PVS): suppress false positive V547 in drawline.c (#21875)Lucas Merritt2023-01-18
| * refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
| * fix(column): avoid drawing columns for virt_lines_leftcolLuuk van Baal2023-01-16
| * fix(column)!: ensure 'statuscolumn' works with virtual and wrapped linesLuuk van Baal2023-01-16
| * refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
| * refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
| * refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
| * fix(statuscolumn): fix sign column highlights (#21727)luukvbaal2023-01-11
| * fix(statuscolumn): fix crashes and clang/PVS warnings (#21725)zeertzjq2023-01-10
| * test(statuscolumn): add more tests for wrapped lines (#21718)zeertzjq2023-01-10
| * docs: add 'statuscolumn' docstrings (#21717)luukvbaal2023-01-10
| * feat(ui): add 'statuscolumn' optionluukvbaal2023-01-09
| * refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
| * refactor: replace char_u with chardundargoc2023-01-09
| * refactor(win_line): rename attr to vi_attr (#21487)zeertzjq2022-12-21
| * refactor: replace char_u with chardundargoc2022-11-28
| * refactor: replace char_u with charDundar Göc2022-11-26
| * vim-patch:8.2.4062: match highlighting of tab too shortzeertzjq2022-11-24
| * vim-patch:8.2.3698: match highlighting continues over breakindentzeertzjq2022-11-24
| * refactor: convert drawline.c draw states to enum (#21067)luukvbaal2022-11-15
| * build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
| * feat(extmarks): allow preventing spellchecking with spell = falseThomas Vigouroux2022-11-12
| * Enable new diff option linematch (#14537)Jonathon2022-11-04
| * refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
| * refactor: replace char_u with charDundar Göc2022-10-15
* | Merge remote-tracking branch 'upstream/master' into colorcolcharJosh Rahm2022-10-11
|\|
| * fix(extmarks): make virt_lines always start at 0 virtcolzeertzjq2022-09-25
| * fix(redraw): make redrawdebug=nodelta handle all the casesbfredl2022-09-22
| * refactor: suppress PVS false positives (#20264)zeertzjq2022-09-21
| * refactor: replace char_u with charDundar Göc2022-09-06
| * feat(extmarks,ts,spell): full support for spellingThomas Vigouroux2022-09-06
| * refactor: replace char_u with charDundar Göc2022-08-31
| * refactor: replace char_u with charDundar Göc2022-08-31
| * refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
| * refactor: replace char_u with charDundar Göc2022-08-29
| * refactor(plines): use a struct for chartabsize statebfredl2022-08-29
* | feat(colorcolchar): revert "feat: rename colorcol in fillchars to colorc"Josh Rahm2022-08-27
* | feat(colorcolchar): rename colorcol in fillchars to colorcJosh Rahm2022-08-27
* | feat(colorcolchar): add the option "colorcol" to the fillchars settingJosh Rahm2022-08-27
|/
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* vim-patch:9.0.0036: 'fillchars' cannot have window-local valueszeertzjq2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25