Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |