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(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
*
fix(column): full redraw with 'stc, 'rnu' and inserted lines (#27712)
luukvbaal
2024-03-03
*
vim-patch:9.1.0129: Fix truncation of text_wrap 'wrap' virt text after EOL li...
zeertzjq
2024-02-24
*
fix(extmarks): priority order of inline and non-inline virt_text (#27532)
zeertzjq
2024-02-20
*
fix(column): handle w_redr_statuscol at end filler lines (#27365)
zeertzjq
2024-02-06
*
vim-patch:9.1.0079: LineNrAbove/Below highlighting wrong on wrapped lines (#2...
zeertzjq
2024-02-06
*
fix(drawline): missing NUL termination when drawing TAB (#27307)
zeertzjq
2024-02-02
*
vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is open
Sean Dewar
2024-01-28
*
refactor: IWYU (#27186)
zeertzjq
2024-01-25
*
perf(extmarks): add metadata for efficient filtering of special decorations
bfredl
2024-01-22
[next]