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
*
refactor(grid): unify the two put-text-on-the-screen code paths
bfredl
2023-09-29
*
fix(extmarks): draw TAB in virt_text properly with 'rl' (#25381)
zeertzjq
2023-09-27
*
vim-patch:9.0.1938: multispace wrong when scrolling horizontally (#25348)
zeertzjq
2023-09-25
*
fix(ui): handle virtual text with multiple hl in more cases (#25304)
zeertzjq
2023-09-22
*
fix(extmarks): inline virt_text support multiple hl groups (#25303)
zeertzjq
2023-09-22
*
vim-patch:9.0.1923: curswant wrong on click with 've' and 'nowrap' set (#25293)
zeertzjq
2023-09-22
*
fix(statuscolumn): update number hl for each screen line (#25277)
zeertzjq
2023-09-21
*
fix(extmarks): account for rightleft when drawing virt text (#25262)
Ibby
2023-09-20
*
refactor(grid): unused grid->line_wraps delenda est
bfredl
2023-09-20
*
refactor(grid): change schar_T representation to be more compact
bfredl
2023-09-19
*
feat(folds): support virtual text format for 'foldtext' (#25209)
zeertzjq
2023-09-17
*
fix(extmarks): overlay virt_text position after 'showbreak' (#25175)
zeertzjq
2023-09-15
*
fix(extmarks): draw virt_text below diff filler lines properly (#25170)
zeertzjq
2023-09-15
*
fix(extmarks): fix wrong virt_text position after wrapped TAB (#25168)
zeertzjq
2023-09-15
*
fix(extmarks): properly handle virt_text on next screen line (#25166)
zeertzjq
2023-09-15
*
refactor(drawline): remove unnecessary inline virt checks (#25163)
zeertzjq
2023-09-15
*
feat(extmark): support proper multiline ranges
bfredl
2023-09-12
*
vim-patch:9.0.1813: linebreak incorrect drawn with breakindent (#24917)
zeertzjq
2023-08-29
*
vim-patch:9.0.1800: Cursor position still wrong with 'showbreak' and virtual ...
zeertzjq
2023-08-28
*
refactor(memline): distinguish mutating uses of ml_get_buf()
bfredl
2023-08-24
*
fix(ui): wrong display with 0-width inline virt_text at eol (#24854)
zeertzjq
2023-08-24
*
vim-patch:9.0.1783: Display issues with virt text smoothscroll and showbreak
zeertzjq
2023-08-23
*
vim-patch:9.0.1759: Visual highlight not working with cursor at end of screen...
zeertzjq
2023-08-21
*
fix(extmarks): make empty "conceal" respect &conceallevel = 1 (#24785)
zeertzjq
2023-08-19
*
vim-patch:9.0.1725: cursor pos wrong after concealed text with 'virtualedit'
zeertzjq
2023-08-18
*
vim-patch:9.0.1731: blockwise Visual highlight not working with virtual text ...
zeertzjq
2023-08-18
*
fix(statuscolumn): don't update clicks if current width is 0 (#24459)
zeertzjq
2023-07-24
*
feat(decoration_provider): log errors as error messages
Thomas Vigouroux
2023-07-19
*
perf(extmarks): don't handle inline virt_text if there is none (#24322)
zeertzjq
2023-07-12
*
fix(drawline): fix missing Visual hl on double-width fold char (#24308)
zeertzjq
2023-07-11
*
fix(extmarks): fix wrong highlight after "combine" virt_text (#24281)
Ibby
2023-07-08
*
fix(folds): fix missing virt_lines above when fold is hidden (#24274)
zeertzjq
2023-07-07
*
fix(drawline): inline virt_text hl_mode inside syntax/extmark hl (#24273)
zeertzjq
2023-07-07
*
fix(column): fix wrong cursor with 'statuscolumn' and cpo+=n (#24268)
zeertzjq
2023-07-06
*
refactor: remove long
dundargoc
2023-07-03
*
refactor: fix clang/PVS warnings (#24213)
zeertzjq
2023-06-30
*
fix(column): handle unprintable chars in 'statuscolumn' (#24198)
zeertzjq
2023-06-29
*
fix(extmarks): fix heap buffer overflow caused by inline virtual text (#23851)
Ibby
2023-06-24
*
feat(extmarks): support hl_mode "combine" for inline virt_text (#24099)
zeertzjq
2023-06-22
*
fix(extmarks): hide inline virt_text properly with 'smoothscroll' (#24106)
zeertzjq
2023-06-22
*
fix(extmarks): empty inline virt_text interfering with DiffText (#24101)
zeertzjq
2023-06-22
*
fix(extmarks): empty inline virt_text interfering with Visual highlight
zeertzjq
2023-06-22
*
fix(folds): don't show search or match highlighting on fold (#24084)
zeertzjq
2023-06-21
*
fix(extmarks): don't position overlay virt_text halfway a char (#24027)
zeertzjq
2023-06-15
*
fix(extmarks): handle inline virt_text with empty chunk (#24005)
zeertzjq
2023-06-13
*
vim-patch:9.0.1626: Visual area not shown when using 'showbreak' (#23978)
zeertzjq
2023-06-11
*
vim-patch:9.0.1606: using freed memory when 'foldcolumn' is set (#23906)
zeertzjq
2023-06-05
*
fix(folds): allow overlay virtual text on folded line (#23892)
zeertzjq
2023-06-03
*
Merge pull request #23789 from luukvbaal/spell
zeertzjq
2023-06-01
|
\
|
*
refactor(drawscreen): avoid spell check on folded or filler lines
zeertzjq
2023-06-01
[next]