summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/fold_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-19fix(drawline): hang while redrawing diff filler above fold #39219Jaehwang Jung1
2026-01-24vim-patch:9.1.2102: foldtext not reversed and cut off in 'rightleft' modezeertzjq1
2025-07-17test(screen): remove screen:get_default_attr_ids() (#34973)luukvbaal1
2025-05-27fix(folds): adjust filler text drawing for transparent foldsSean Dewar1
2025-05-10fix(folds): avoid unnecessary loop with horizontal scrolling (#33932)zeertzjq1
2025-02-27fix(move): 'scrolloff' cursor correction no longer handles folds properly (#3...luukvbaal1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-10-08fix(drawline): correct highlight priority with Visual selection (#30706)zeertzjq1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-02-15vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'zeertzjq1
2024-02-06test: add test for 'foldcolumn' with cmdwin (#27355)zeertzjq1
2024-01-22feat(fold): transparent foldtextLewis Russell1
2024-01-16test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-11-17refactor(grid): make screen rendering more multibyte than ever beforebfredl1
2023-10-15vim-patch:9.0.2032: cannot get mouse click pos for tab or virt text (#25653)zeertzjq1
2023-10-14vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)zeertzjq1
2023-10-08refactor(grid): do arabic shaping in one placebfredl1
2023-09-22fix(ui): handle virtual text with multiple hl in more cases (#25304)zeertzjq1
2023-09-20fix(extmarks): account for rightleft when drawing virt text (#25262)Ibby1
2023-09-18test(ui/fold_spec): more testing for clicking on 'foldcolumn' (#25225)zeertzjq1
2023-09-17test(ui/fold_spec): click on multibyte "foldclosed" (#25216)zeertzjq1
2023-09-17feat(folds): support virtual text format for 'foldtext' (#25209)zeertzjq1
2023-07-11fix(drawline): fix missing Visual hl on double-width fold char (#24308)zeertzjq1
2023-07-07fix(folds): fix missing virt_lines above when fold is hidden (#24274)zeertzjq1
2023-07-04fix(ui-ext): "scroll_delta" handle topfill and skipcol (#24249)zeertzjq1
2023-06-21fix(folds): don't show search or match highlighting on fold (#24084)zeertzjq1
2023-06-05fix(mouse): handle folded lines with virt_lines attached to line above (#23912)zeertzjq1
2023-06-05fix(plines): folded lines with virt_lines attached to line abovezeertzjq1
2023-05-25fix(folds): combined Folded and Visual highlights (#23752)zeertzjq1
2023-05-24fix(folds): show Folded highlight in Visual selection (#23741)zeertzjq1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-04-07test: improve editor/fold_spec.lua and editor/put_spec.lua (#22916)zeertzjq1
2023-04-02refactor(defaults)!: change default 'commentstring' value to empty (#22862)zeertzjq1
2023-02-15test: make expect_unchanged() less confusing (#22255)zeertzjq1
2023-02-14fix(folds): cursorline highlight is not always applied on closed folds (#22242)luukvbaal1
2023-01-23fix(extmarks): problems with folded virtual lines (#21930)luukvbaal1
2022-11-25vim-patch:8.2.2684: not enough folding code is testedzeertzjq1
2022-10-02fix(folds): fix fold marker multibyte comparison (#20439)zeertzjq1
2022-08-08fix(folds): fix fold remains when :delete makes buffer empty (#19673)zeertzjq1
2022-07-29fix(screen): check for col instead of vcol when drawing fold (#19572)zeertzjq1
2022-05-22fix(folds): fix fold regression with :move (#18685)zeertzjq1
2022-05-15refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque1
2022-03-25chore: fix typos (#17755)dundargoc1
2021-12-08test(fold): add test for CursorLineFoldGregory Anders1