docs: api, misc

This commit is contained in:
Justin M. Keyes
2025-06-15 01:01:55 +02:00
parent c8e54bf49d
commit cb2367a1e2
10 changed files with 40 additions and 42 deletions

View File

@@ -87,7 +87,7 @@ Integer nvim_buf_line_count(Buffer buffer, Error *err)
return buf->b_ml.ml_line_count;
}
/// Activates buffer-update events on a channel, or as Lua callbacks.
/// Activates |api-buffer-updates| events on a channel, or as Lua callbacks.
///
/// Example (Lua): capture buffer updates in a global `events` variable
/// (use "vim.print(events)" to see its contents):