Files
neovim/runtime
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-05-11 09:52:03 +02:00
2024-04-27 11:01:14 +02:00
2024-02-16 08:57:45 +01:00
2024-03-24 10:32:07 +01:00
2024-05-09 00:15:08 +02:00
2024-05-05 23:22:11 +02:00
2024-05-11 09:52:03 +02:00
2024-03-28 09:32:32 +08:00
2024-03-14 15:04:31 +08:00