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
*
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
*
feat(fold): transparent foldtext
Lewis Russell
2024-01-22
*
refactor: use "csarg" for CharsizeArg variables (#27123)
zeertzjq
2024-01-22
*
perf: reuse fast character size calculation algorithm from getvcol()
VanaIgr
2024-01-22
*
perf: cache breakindent/showbreak width in win_lbr_chartabsize
VanaIgr
2024-01-18
*
refactor(drawline): get_rightmost_vcol()
Lewis Russell
2024-01-18
*
refactor(drawline): add more consts
Lewis Russell
2024-01-18
*
refactor(drawline): localise more variables in win_line()
Lewis Russell
2024-01-18
*
refactor(drawline): more win_line() improvements
Lewis Russell
2024-01-18
*
fix(drawline): update prev_ptr after getting syntax attrs (#27072)
zeertzjq
2024-01-18
*
fix(column): redraw 'statuscolumn' on wrapped lines with 'relativenumber'
Luuk van Baal
2024-01-16
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(screen): simplify grid_clear() and win_draw_end()
bfredl
2024-01-11
*
fix(extmarks): blending space shouldn't overwrite wide char (#26960)
zeertzjq
2024-01-09
*
refactor(drawline): remove unused save_extra argument (#26959)
zeertzjq
2024-01-09
*
fix(extmarks): handle overwriting right half of wide char (#26951)
zeertzjq
2024-01-09
*
refactor(options): use schar_T representation for fillchars and listchars
bfredl
2024-01-08
*
refactor(column): define and use maximum 'statuscolumn' width
Luuk van Baal
2024-01-04
*
fix(drawline): consider position in linebuf for foldcolumn (#26803)
luukvbaal
2024-01-02
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor(drawline): remove maybe_wlv argument for foldcolumn (#26798)
luukvbaal
2023-12-30
*
refactor(drawline): avoid writing foldopen before writing foldclosed
Luuk van Baal
2023-12-29
*
vim-patch:9.0.2189: Wrong display with 'briopt=sbr' and 'nobreakindent' (#26785)
zeertzjq
2023-12-29
*
fix(drawline): don't use temporary "v" variable when not needed (#26777)
zeertzjq
2023-12-28
*
vim-patch:9.0.2187: Visual not drawn with 'breakindent' when line doesn't fit...
zeertzjq
2023-12-28
*
fix(column): correct width after truncated 'statuscolumn' error (#26737)
luukvbaal
2023-12-26
*
feat(extmarks): add virt_text_repeat_linebreak flag (#26625)
luukvbaal
2023-12-26
*
refactor(drawline): reduce size of wlv.extra[] (#26733)
zeertzjq
2023-12-25
*
refactor(IWYU): move evalarg_T to eval_defs.h (#26716)
zeertzjq
2023-12-23
*
refactor(drawline): avoid storing info to draw 'statuscolumn' (#26712)
luukvbaal
2023-12-23
*
fix(decor): allow adding providers during redraw
Lewis Russell
2023-12-22
*
refactor(drawline): simplify draw_statuscol() and remove draw_state references
Luuk van Baal
2023-12-22
*
refactor(drawline): remove LineDrawState and wlv->saved_n_extra
bfredl
2023-12-22
*
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
zeertzjq
2023-12-21
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
vim-patch:9.0.2151: 'breakindent' is not drawn after diff filler lines (#26412)
zeertzjq
2023-12-06
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
feat(decoration): allow conceal_char to be a composing char
bfredl
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
refactor: move garray_T to garray_defs.h (#26227)
zeertzjq
2023-11-26
*
build: rework IWYU mapping files
dundargoc
2023-11-25
[next]