summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/extmark_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-18fix(marks): adjust marks when unloading "nofile" buffer #39118luukvbaal1
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2026-03-09feat(extmark): support end_col=-1 if strict=false #28169Stefan Novaković1
2026-02-16Merge #37875 prompt-buffer fixesJustin M. Keyes1
2026-02-16fix(extmark): adjust invalidate range by one for deleted lines #37897luukvbaal1
2026-02-15fix(prompt): wrong changed lnum in init_promptSean Dewar1
2026-02-15fix(prompt): prompt_setprompt does not adjust extmarks, no on_bytesSean Dewar1
2026-01-02fix(api): buffer overflow in nvim_buf_get_extmarks overlap #37184Francisco Giordano1
2025-04-21fix(api): wrong return value with reverse range + overlap #32956luukvbaal1
2025-03-07feat(defaults): jump between :terminal shell prompts with ]]/[[ #32736Gregory Anders1
2025-02-25feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal1
2025-02-20feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq1
2025-01-15fix(marks): revise metadata for start mark of revalidated pair #32017luukvbaal1
2025-01-10fix(decor): set invalid flag for end of invalidated paired marksLuuk van Baal1
2024-12-14feat(ui): sign/statuscolumn can combine highlight attrs #31575luukvbaal1
2024-12-06fix(marks): skip right_gravity marks when deleting textLuuk van Baal1
2024-11-14fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-08-20fix(decor): don't use separate DecorSignHighlight for url (#30096)zeertzjq1
2024-07-20fix(marks): revalidate marks whose position did not changeLuuk van Baal1
2024-05-21feat(signs)!: place higher-priority signs from the left #27781Tobias Schmitz1
2024-05-12fix(api): make getting explicit empty hl in virtual text work (#28697)zeertzjq1
2024-05-03perf(extmarks): better track whether namespace has extmarks (#28615)zeertzjq1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-23refactor(tests): all screen tests should use highlightsbfredl1
2024-01-28feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders1
2024-01-24feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders1
2024-01-22fix(extmarks): missing "spell" and "conceal" in details (#27116)zeertzjq1
2024-01-17fix(extmarks): do not remove invalid marks from decor upon deletionLuuk van Baal1
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: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-26feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal1
2023-12-25refactor(drawline): reduce size of wlv.extra[] (#26733)zeertzjq1
2023-12-25test(extmarks): improve tests for ui_watched (#26732)zeertzjq1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-12-02fix(extmarks): restore old position before revalidatingLuuk van Baal1
2023-11-22feat(extmarks): add sign name to extmark "details" arrayLuuk van Baal1
2023-11-22refactor(decorations): break up Decoration struct into smaller piecesbfredl1
2023-11-08feat(extmarks): add 'invalidate' property to extmarksLuuk van Baal1
2023-09-22fix(api): get virtual text with multiple hl properly (#25307)zeertzjq1
2023-09-16fix(marktree): off-by-one error in `marktree_move`L Lllvvuu1
2023-09-12feat(extmark): support proper multiline rangesbfredl1
2023-08-07refactor(api): use typed keysetsbfredl1
2023-06-22fix(api): wrong nvim_buf_set_extmark error for invalid hl_modezeertzjq1
2023-05-22test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque1