Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(api): break out Vim script functions to its own file | Björn Linse | 2021-10-29 |
| | |||
* | refactor(api): move extmark API to its own file | Björn Linse | 2021-10-25 |
| | |||
* | refactor(api): make export of functions opt-in, not opt-out | Björn Linse | 2021-10-03 |
| | |||
* | feat(decorations): support virtual lines (for now: only one block at a time) | Björn Linse | 2021-09-26 |
| | |||
* | refactor: format #15702 | dundargoc | 2021-09-18 |
| | |||
* | feat(decorations): deprecate nvim_buf_set_virtual_text | Björn Linse | 2021-07-29 |
| | | | | Full virt_text functionality is provided by nvim_buf_set_extmark | ||
* | api: move deprecated functions to separate files | Björn Linse | 2020-12-05 |
Most these are just calls to non-deprecated variants, and take up unnecessary space and search hits in the other files. |