diff options
| author | luukvbaal <luukvbaal@gmail.com> | 2024-12-19 16:04:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-19 07:04:33 -0800 |
| commit | a5a4149e9754a96c063a357c18397aa7906edf53 (patch) | |
| tree | bf3450d7456115f8267d8dc91cf4510054b3c9af /runtime/doc | |
| parent | 31d6885deba01fe0e7262dca58c94220c2fe32fc (diff) | |
| download | rneovim-a5a4149e9754a96c063a357c18397aa7906edf53.tar.gz rneovim-a5a4149e9754a96c063a357c18397aa7906edf53.tar.bz2 rneovim-a5a4149e9754a96c063a357c18397aa7906edf53.zip | |
docs(api): specify when decor provider on_buf is called #31634
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 70fda5ce8a..95c8a6056f 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -2847,8 +2847,8 @@ nvim_set_decoration_provider({ns_id}, {opts}) • on_start: called first on each screen redraw > ["start", tick] < - • on_buf: called for each buffer being redrawn (before window - callbacks) > + • on_buf: called for each buffer being redrawn (once per + edit, before window callbacks) > ["buf", bufnr, tick] < • on_win: called when starting to redraw a specific window. > |