Files
neovim/src/nvim/api
Justin M. Keyes 97c7646501 refactor(api): nvim_win_xx_ns are EXPERIMENTAL
Problem:
The nvim_win_xx_ns function family introduced in ba0370b1d7
needs more bake-time. Currently it's narrowly defined for windows, but
other scopes ("buffer") and features are likely in the future.

Solution:
- Rename the API with double-underscore to mark it as EXPERIMENTAL.

TODO/FUTURE:
- Rename and change the signature to support more than just "window"
  scope, and for other flexibility.
- Open question: we could choose either:
  - "store scopes on namespaces", or
  - "store namespaces on scopes (w:/b:/…)"
2024-05-12 23:53:24 +02:00
..
2024-04-30 04:30:21 -07:00
2024-03-09 11:21:55 +00:00
2023-11-28 22:23:56 +01:00
2024-02-27 14:41:17 +00:00
2023-11-28 07:47:36 +08:00
2024-03-09 11:21:55 +00:00
2023-11-28 07:47:36 +08:00