aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/extmark_spec.lua
Commit message (Collapse)AuthorAge
* docs: fix typos (#20394)dundargoc2022-09-30
| | | | | Co-authored-by: Raphael <glephunter@gmail.com> Co-authored-by: smjonas <jonas.strittmatter@gmx.de> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
* feat(api/ui): win_extmarksYatao Li2022-05-03
|
* docs: typo fixes (#17859)dundargoc2022-04-15
| | | | | | | | | | Co-authored-by: Elias Alves Moura <eliamoura.alves@gmail.com> Co-authored-by: venkatesh <shariharanvenkatesh@gmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: Vikas Raj <24727447+numToStr@users.noreply.github.com> Co-authored-by: Steve Vermeulen <sfvermeulen@gmail.com> Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com> Co-authored-by: rwxd <rwxd@pm.me> Co-authored-by: casswedson <58050969+casswedson@users.noreply.github.com>
* 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
| | | | | | | nvim_buf_get_extmark uses "end_row" rather than "end_line" in its 'details' dict, which means callers must modify the key names if they want to re-use the information. Change the parameter name in nvim_buf_set_extmark to "end_row" and use "end_line" as an alias to make this more consistent.
* 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
| | | | | | | | return decorations back lol no nvim_buf_get_virtual_text share decorations that are hl only to avoid alloc avalanche
* 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
|
* shed biking: it's always extmarks, never marks extendedBjörn Linse2020-01-20