aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/extmark_spec.lua
Commit message (Expand)AuthorAge
* fix(marks): revise metadata for start mark of revalidated pair #32017luukvbaal2025-01-15
* fix(decor): set invalid flag for end of invalidated paired marksLuuk van Baal2025-01-10
* feat(ui): sign/statuscolumn can combine highlight attrs #31575luukvbaal2024-12-14
* fix(marks): skip right_gravity marks when deleting textLuuk van Baal2024-12-06
* fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal2024-11-14
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* fix(decor): don't use separate DecorSignHighlight for url (#30096)zeertzjq2024-08-20
* fix(marks): revalidate marks whose position did not changeLuuk van Baal2024-07-20
* feat(signs)!: place higher-priority signs from the left #27781Tobias Schmitz2024-05-21
* fix(api): make getting explicit empty hl in virtual text work (#28697)zeertzjq2024-05-12
* perf(extmarks): better track whether namespace has extmarks (#28615)zeertzjq2024-05-03
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders2024-01-28
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* fix(extmarks): missing "spell" and "conceal" in details (#27116)zeertzjq2024-01-22
* fix(extmarks): do not remove invalid marks from decor upon deletionLuuk van Baal2024-01-17
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal2023-12-26
* refactor(drawline): reduce size of wlv.extra[] (#26733)zeertzjq2023-12-25
* test(extmarks): improve tests for ui_watched (#26732)zeertzjq2023-12-25
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* fix(extmarks): restore old position before revalidatingLuuk van Baal2023-12-02
* feat(extmarks): add sign name to extmark "details" arrayLuuk van Baal2023-11-22
* refactor(decorations): break up Decoration struct into smaller piecesbfredl2023-11-22
* feat(extmarks): add 'invalidate' property to extmarksLuuk van Baal2023-11-08
* fix(api): get virtual text with multiple hl properly (#25307)zeertzjq2023-09-22
* fix(marktree): off-by-one error in `marktree_move`L Lllvvuu2023-09-16
* feat(extmark): support proper multiline rangesbfredl2023-09-12
* refactor(api): use typed keysetsbfredl2023-08-07
* fix(api): wrong nvim_buf_set_extmark error for invalid hl_modezeertzjq2023-06-22
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix(api): extmark highlight groups not always included in details (#23179)luukvbaal2023-04-18
* feat(extmarks): extend nvim_buf_get_extmarks()Luuk van Baal2023-04-01
* test: use exec_capture() in more places (#22787)zeertzjq2023-03-26
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* fix(extmarks): don't leak memory on error (#22507)zeertzjq2023-03-05
* refactor(api): consistent VALIDATE messages #22262Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22256Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22187Justin M. Keyes2023-02-14
* fix(extmarks): adjust extmarks when inserting prompt prefixLiad Oz2023-01-14
* docs: fix typos (#20394)dundargoc2022-09-30
* feat(api/ui): win_extmarksYatao Li2022-05-03