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
*
feat(marks): add conceal_lines to nvim_buf_set_extmark()
Luuk van Baal
2025-02-25
*
fix(marks): truncate double-width inline virt_text consistently (#32560)
zeertzjq
2025-02-21
*
vim-patch:9.1.1130: 'listchars' "precedes" is not drawn on Tabs. (#32563)
zeertzjq
2025-02-21
*
vim-patch:9.1.1124: No test for 'listchars' "precedes" with double-width char...
zeertzjq
2025-02-21
*
feat(marks): virtual lines support horizontal scrolling (#32497)
zeertzjq
2025-02-20
*
fix(marks): handle composing in inline virt_text with 'nowrap' (#32477)
zeertzjq
2025-02-16
*
fix(marks): handle double-with inline virt_text with 'nowrap' (#32476)
zeertzjq
2025-02-16
*
feat(column): apply appropriate numhl highlight to virt_lines (#32400)
luukvbaal
2025-02-12
*
vim-patch:9.1.1086: completion doesn't work with multi lines (#32377)
glepnir
2025-02-09
*
feat(extmarks): virtual text can be right-aligned, truncated #31921
georgev93
2025-01-24
*
fix(column): apply custom highlight to last 'statuscolumn' segment (#32182)
luukvbaal
2025-01-24
*
fix(mouse): 'statuscolumn' fold and popopmenu handling
Luuk van Baal
2025-01-23
*
feat(api): combined highlights in nvim_eval_statusline()
Luuk van Baal
2025-01-23
*
fix(decoration): fix crash when on_lines decor provider modifies marktree
bfredl
2025-01-09
*
vim-patch:9.1.0956: completion may crash, completion highlight wrong with pre...
glepnir
2024-12-24
*
vim-patch:9.1.0945: ComplMatchIns highlight doesn't end after inserted text (...
zeertzjq
2024-12-18
*
vim-patch:9.1.0941: ComplMatchIns doesn't work after multibyte chars
zeertzjq
2024-12-18
*
vim-patch:9.1.0936: cannot highlight completed text
zeertzjq
2024-12-18
*
feat(ui): sign/statuscolumn can combine highlight attrs #31575
luukvbaal
2024-12-14
*
refactor: comments, variable names
vanaigr
2024-12-05
*
perf: consider only active decorations when drawing lines
vanaigr
2024-12-05
*
refactor(options): autogenerate valid values and flag enums for options (#31089)
Famiu Haque
2024-11-23
*
fix(drawline): correct highlight priority with Visual selection (#30706)
zeertzjq
2024-10-08
*
vim-patch:9.1.0730: Crash with cursor-screenline and narrow window
zeertzjq
2024-09-14
*
vim-patch:9.1.0729: Wrong cursor-screenline when resizing window
zeertzjq
2024-09-14
*
feat(mbyte): support extended grapheme clusters including more emoji
bfredl
2024-08-30
*
fix(scrollbind): properly take filler/virtual lines into account
Lewis Russell
2024-07-31
*
refactor: collapse statements in single assignments
Lewis Russell
2024-07-30
*
refactor(decor): decor_virt_lines()
Lewis Russell
2024-07-27
*
fix(drawline): don't draw beyond end of window with 'rnu' (#29406)
zeertzjq
2024-06-19
*
feat(column)!: rework 'statuscolumn' %r/l items
Luuk van Baal
2024-06-16
*
vim-patch:partial:9.1.0461: too many strlen() calls in drawline.c (#29150)
zeertzjq
2024-06-03
*
fix(column): crash with 'signcolumn' set to "number" (#29003)
luukvbaal
2024-06-01
*
fix(drawline): don't draw beyond end of window (#29035)
zeertzjq
2024-05-27
*
vim-patch:9.1.0418: Cannot move to previous/next rare word (#28822)
zeertzjq
2024-05-18
*
fix(drawline): don't invoke on_line for filler line (#28219)
Jaehwang Jung
2024-04-10
*
vim-patch:9.1.0186: cursor pos wrong on mouse click after eol with 'rl', 've'...
zeertzjq
2024-03-18
*
fix(mouse): click after eol with conceal and virtual text (#27897)
zeertzjq
2024-03-17
*
refactor(drawline): integrate terminal hl with eol loop (#27893)
zeertzjq
2024-03-17
*
vim-patch:9.1.0184: Cursor pos wrong when clicking with conceal and wrap (#27...
zeertzjq
2024-03-17
*
fix(drawline): check filler_todo in place of removed draw_state (#27889)
zeertzjq
2024-03-17
*
refactor: remove unused "coloff" argument of win_put_linebuf() (#27866)
zeertzjq
2024-03-15
*
vim-patch:9.1.0180: Cursor pos wrong when double-width chars are concealed (#...
zeertzjq
2024-03-15
*
fix(highlight): don't show CursorColumn on current line (#27848)
zeertzjq
2024-03-15
*
refactor(drawline): rename vcol_off to vcol_off_co (#27857)
zeertzjq
2024-03-14
*
vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()
zeertzjq
2024-03-14
*
vim-patch:9.1.0176: Cursor column wrong with 'virtualedit' and conceal
zeertzjq
2024-03-14
*
vim-patch:9.1.0174: 'cursorline' and 'wincolor' hl missing with conceal and wrap
zeertzjq
2024-03-14
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
fix(drawline): initialize linebuf_attr to 0 instead of -1 (#27840)
zeertzjq
2024-03-13
[next]