Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | docs: fix typos (#20394) | dundargoc | 2022-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_extmarks | Yatao Li | 2022-05-03 |
| | |||
* | docs: typo fixes (#17859) | dundargoc | 2022-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_gravity | notomo | 2022-01-24 |
| | |||
* | feat(api): expose extmark more details | notomo | 2022-01-20 |
| | |||
* | Hopefully last attempt | Michael Lingelbach | 2022-01-15 |
| | |||
* | Address review r3 | Michael Lingelbach | 2022-01-15 |
| | |||
* | test: remove references to misc1.c | zeertzjq | 2021-12-11 |
| | |||
* | fix(api): allow nvim_buf_set_extmark to accept end_row key (#16548) | Gregory Anders | 2021-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() #15546 | Justin M. Keyes | 2021-09-01 |
| | |||
* | forgot to update tests | chentau | 2021-01-05 |
| | |||
* | allow for extmark gravity to be set through api | chentau | 2021-01-03 |
| | |||
* | api(extmarks): allow extrange past final newline | Thomas Vigouroux | 2020-09-17 |
| | |||
* | API: be less breaking in the christmas tree decorations | Björn Linse | 2020-09-04 |
| | |||
* | decor: sketch new decorations API | Björn Linse | 2020-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_extmark | Björn Linse | 2020-09-03 |
| | |||
* | lua: Use #var instead of deprecated table.getn(var) | James McCoy | 2020-07-31 |
| | |||
* | shed biking: it's always extmarks, never marks extended | Björn Linse | 2020-01-20 |