aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/drawline.c
Commit message (Expand)AuthorAge
* vim-patch:9.0.1506: line number not displayed when using 'smoothscroll' (#23453)zeertzjq2023-05-03
* vim-patch:9.0.0757: line number not visisble with 'smoothscroll', 'nu' and 'rnu'Luuk van Baal2023-05-02
* vim-patch:9.0.0680: tests failing with 'breakindent', 'number' and "n" in 'cpo'Luuk van Baal2023-05-02
* vim-patch:9.0.0679: tests failing with 'smoothscroll', 'number' and "n" in 'cpo'Luuk van Baal2023-05-02
* vim-patch:9.0.0677: breakindent test accepts wrong resultLuuk van Baal2023-05-02
* vim-patch:9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo'Luuk van Baal2023-05-02
* vim-patch:9.0.0642: breakindent test failsLuuk van Baal2023-05-02
* vim-patch:9.0.0640: cannot scroll by screen line if a line wrapsLuuk van Baal2023-05-02
* fix(drawline): make cursorlineopt=screenline work with resized gridzeertzjq2023-05-02
* refactor: uncrustifydundargoc2023-04-26
* fix(drawline): initialize variableAndreas Schneider2023-04-21
* fix(drawline): initialize variableAndreas Schneider2023-04-21
* vim-patch:9.0.1141: 'cursorcolumn' and 'colorcolumn' wrong after concealingzeertzjq2023-04-19
* fix(column): add truncated width during estimation for 'statuscolumn'luukvbaal2023-04-12
* fix(highlight): combine ColorColumn with low-priority CursorLine (#23017)zeertzjq2023-04-11
* fix(column): 'statuscolumn' not drawn after virt_lines with "n" in 'cpo' (#22...luukvbaal2023-04-10
* feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal2023-04-05
* refactor: remove char_u (#22829)dundargoc2023-04-02
* refactor(extmarks): some minor internal API changesbfredl2023-03-16
* refactor(screen): screen.c delenda estbfredl2023-03-14
* fix(redraw): get the line again after evaluating somethingzeertzjq2023-03-04
* vim-patch:9.0.0527: long sign text may overflow buffer (#22496)zeertzjq2023-03-03
* vim-patch:9.0.0533: the win_line() function is much too longzeertzjq2023-03-03
* vim-patch:partial:9.0.0531: the win_line() function is much too longzeertzjq2023-03-03
* refactor(drawline.c): move number column helpers function togetherzeertzjq2023-03-03
* vim-patch:9.0.0519: the win_line() function is much too long (#22491)zeertzjq2023-03-03
* refactor(win_line): move some variables into a struct (#22490)zeertzjq2023-03-03
* vim-patch:9.0.1373: wrong text displayed when using both 'linebreak' and 'list'zeertzjq2023-03-03
* vim-patch:9.0.0991: crash when reading help index with various options setzeertzjq2023-03-03
* vim-patch:9.0.0691: lalloc(0) error in listchars testzeertzjq2023-03-03
* vim-patch:9.0.0690: buffer size for expanding tab not correctly computedzeertzjq2023-03-03
* fix(column): cmdwin cursor is offset with 'statuscolumn' (#22445)luukvbaal2023-02-28
* refactor(PVS/V581): merge identical if statements (#22390)Mark Naughton2023-02-24
* refactor(drawline.c): leadcol/trailcolLewis Russell2023-02-16
* Merge pull request #22113 from luukvbaal/nrwidthLewis Russell2023-02-14
|\
| * refactor(column): remove unused build_statuscol_str() argumentsLuuk van Baal2023-02-04
* | Merge pull request #22108 from luukvbaal/statuscolumnLewis Russell2023-02-14
|\ \
| * | perf(column): only build fold/sign column when present in 'statuscolumn'Luuk van Baal2023-02-04
| |/
* | fix(folds): cursorline highlight is not always applied on closed folds (#22242)luukvbaal2023-02-14
* | refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc2023-02-12
* | build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
|/
* fix(column): estimate 'statuscolumn' width appropriatelyluukvbaal2023-02-02
* 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