Files
neovim/runtime/lua/vim/_meta
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-26 15:13:06 +01:00
2024-04-26 15:13:06 +01:00
2024-04-26 15:13:06 +01:00
2024-02-27 14:41:17 +00:00
2024-02-15 11:32:50 +00:00
2024-02-27 14:41:17 +00:00
2024-04-30 04:30:21 -07:00
2024-04-26 15:13:06 +01:00
2024-04-26 15:13:06 +01:00
2024-05-05 06:08:17 +08:00
2024-04-30 07:04:42 +08:00