index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
drawline.c
Commit message (
Expand
)
Author
Age
*
fix(column): add truncated width during estimation for 'statuscolumn'
luukvbaal
2023-04-12
*
fix(highlight): combine ColorColumn with low-priority CursorLine (#23017)
zeertzjq
2023-04-11
*
fix(column): 'statuscolumn' not drawn after virt_lines with "n" in 'cpo' (#22...
luukvbaal
2023-04-10
*
feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()
Luuk van Baal
2023-04-05
*
refactor: remove char_u (#22829)
dundargoc
2023-04-02
*
refactor(extmarks): some minor internal API changes
bfredl
2023-03-16
*
refactor(screen): screen.c delenda est
bfredl
2023-03-14
*
fix(redraw): get the line again after evaluating something
zeertzjq
2023-03-04
*
vim-patch:9.0.0527: long sign text may overflow buffer (#22496)
zeertzjq
2023-03-03
*
vim-patch:9.0.0533: the win_line() function is much too long
zeertzjq
2023-03-03
*
vim-patch:partial:9.0.0531: the win_line() function is much too long
zeertzjq
2023-03-03
*
refactor(drawline.c): move number column helpers function together
zeertzjq
2023-03-03
*
vim-patch:9.0.0519: the win_line() function is much too long (#22491)
zeertzjq
2023-03-03
*
refactor(win_line): move some variables into a struct (#22490)
zeertzjq
2023-03-03
*
vim-patch:9.0.1373: wrong text displayed when using both 'linebreak' and 'list'
zeertzjq
2023-03-03
*
vim-patch:9.0.0991: crash when reading help index with various options set
zeertzjq
2023-03-03
*
vim-patch:9.0.0691: lalloc(0) error in listchars test
zeertzjq
2023-03-03
*
vim-patch:9.0.0690: buffer size for expanding tab not correctly computed
zeertzjq
2023-03-03
*
fix(column): cmdwin cursor is offset with 'statuscolumn' (#22445)
luukvbaal
2023-02-28
*
refactor(PVS/V581): merge identical if statements (#22390)
Mark Naughton
2023-02-24
*
refactor(drawline.c): leadcol/trailcol
Lewis Russell
2023-02-16
*
Merge pull request #22113 from luukvbaal/nrwidth
Lewis Russell
2023-02-14
|
\
|
*
refactor(column): remove unused build_statuscol_str() arguments
Luuk van Baal
2023-02-04
*
|
Merge pull request #22108 from luukvbaal/statuscolumn
Lewis Russell
2023-02-14
|
\
\
|
*
|
perf(column): only build fold/sign column when present in 'statuscolumn'
Luuk van Baal
2023-02-04
|
|
/
*
|
fix(folds): cursorline highlight is not always applied on closed folds (#22242)
luukvbaal
2023-02-14
*
|
refactor: reduce scope of locals as per the style guide 3 (#22221)
dundargoc
2023-02-12
*
|
build: enable MSVC level 3 warnings (#21934)
dundargoc
2023-02-11
|
/
*
fix(column): estimate 'statuscolumn' width appropriately
luukvbaal
2023-02-02
*
fix(extmarks): problems with folded virtual lines (#21930)
luukvbaal
2023-01-23
*
refactor: replace char_u with char 24 (#21823)
dundargoc
2023-01-18
*
refactor(PVS): suppress false positive V547 in drawline.c (#21875)
Lucas Merritt
2023-01-18
*
refactor: replace char_u with char 22 (#21786)
dundargoc
2023-01-17
*
fix(column): avoid drawing columns for virt_lines_leftcol
Luuk van Baal
2023-01-16
*
fix(column)!: ensure 'statuscolumn' works with virtual and wrapped lines
Luuk van Baal
2023-01-16
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
refactor: replace char_u with char 21 (#21779)
dundargoc
2023-01-14
*
refactor: replace char_u with char 20 (#21714)
dundargoc
2023-01-13
*
fix(statuscolumn): fix sign column highlights (#21727)
luukvbaal
2023-01-11
*
fix(statuscolumn): fix crashes and clang/PVS warnings (#21725)
zeertzjq
2023-01-10
*
test(statuscolumn): add more tests for wrapped lines (#21718)
zeertzjq
2023-01-10
*
docs: add 'statuscolumn' docstrings (#21717)
luukvbaal
2023-01-10
*
feat(ui): add 'statuscolumn' option
luukvbaal
2023-01-09
*
refactor: replace char_u with char 17 - remove STRLCPY (#21235)
dundargoc
2023-01-09
*
refactor: replace char_u with char
dundargoc
2023-01-09
*
refactor(win_line): rename attr to vi_attr (#21487)
zeertzjq
2022-12-21
*
refactor: replace char_u with char
dundargoc
2022-11-28
*
refactor: replace char_u with char
Dundar Göc
2022-11-26
*
vim-patch:8.2.4062: match highlighting of tab too short
zeertzjq
2022-11-24
*
vim-patch:8.2.3698: match highlighting continues over breakindent
zeertzjq
2022-11-24
[next]