aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/extmark_spec.lua
Commit message (Expand)AuthorAge
* 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
* docs: typo fixes (#17859)dundargoc2022-04-15
* feat(api): expose extmark right_gravity and end_right_gravitynotomo2022-01-24
* feat(api): expose extmark more detailsnotomo2022-01-20
* Hopefully last attemptMichael Lingelbach2022-01-15
* Address review r3Michael Lingelbach2022-01-15
* test: remove references to misc1.czeertzjq2021-12-11
* fix(api): allow nvim_buf_set_extmark to accept end_row key (#16548)Gregory Anders2021-12-08
* refactor(tests): use assert_alive() #15546Justin M. Keyes2021-09-01
* forgot to update testschentau2021-01-05
* allow for extmark gravity to be set through apichentau2021-01-03
* api(extmarks): allow extrange past final newlineThomas Vigouroux2020-09-17
* API: be less breaking in the christmas tree decorationsBjörn Linse2020-09-04
* decor: sketch new decorations APIBjörn Linse2020-09-03
* extmark: move id to dict in nvim_buf_set_extmarkBjörn Linse2020-09-03
* lua: Use #var instead of deprecated table.getn(var)James McCoy2020-07-31