Files
neovim/src/nvim/api
David Briscoe 6a9555c0fa doc: clarify window-id, tab-id, nvim_set_current_x #32528
Problem:
Descriptions are somewhat vague. nvim_set_current_line modifies contents
but nvim_set_current_buf does not, etc.

Solution:
- Make it clear that these functions accept or return a winid/tabid by
  linking to that concept in help.
- Only these few files use the term "handles", so replace them with the
  more conventional terminology.
- Add a new help section for tab-ID. This concept is unique to neovim
  because vim exposes tabnr, but not tab handles. This section is
  modelled after `:h winid`.
2025-02-27 02:05:00 -08:00
..
2024-12-23 05:43:52 -08:00
2024-12-23 05:43:52 -08:00
2025-02-10 18:56:11 +01:00
2024-12-23 05:43:52 -08:00
2023-11-28 07:47:36 +08:00
2024-12-23 05:43:52 -08:00
2023-11-28 07:47:36 +08:00