Sean Dewar
1901832f26
fix(api): return "style" in nvim_win_get_config() #38122
...
Problem: nvim_win_get_config() does not return a window's "style".
Solution: always include it, and document `style=""`.
Always included so it can be used reciprocally with nvim_open_win() or
nvim_win_set_config(). (otherwise the config of a window with kWinStyleUnused
will not unset the kWinStyleMinimal style of another window if passed to
nvim_win_set_config, for example)
2026-03-03 12:17:20 +00:00
..
2026-01-02 08:21:55 +08:00
2026-02-24 17:05:38 -05:00
2025-06-09 09:07:38 +02:00
2026-02-06 08:10:33 -05:00
2025-10-10 07:14:50 -07:00
2026-02-26 10:06:34 +08:00
2026-01-30 20:09:33 +08:00
2026-02-20 06:53:33 +08:00
2026-03-03 12:17:20 +00:00
2026-01-24 06:55:54 +08:00
2026-02-26 10:06:34 +08:00
2026-02-26 10:06:34 +08:00
2025-12-23 08:15:32 +08:00
2025-08-17 20:45:40 -07:00
2025-12-15 10:58:24 -05:00
2026-02-26 10:06:34 +08:00
2026-02-28 08:31:02 -05:00
2026-02-24 13:01:31 -05:00
2025-06-18 00:40:22 +08:00
2025-09-13 14:57:04 -07:00
2025-04-21 15:05:34 -07:00
2025-10-08 13:47:50 +08:00
2026-02-16 09:05:23 -05:00
2026-02-03 03:03:41 +08:00
2026-01-19 19:39:48 -08:00
2025-05-03 13:38:20 -07:00
2025-12-10 00:32:51 -05:00
2026-02-18 19:10:08 +08:00
2024-11-14 12:40:57 +01:00
2025-07-04 07:30:34 +00:00
2026-02-08 09:47:02 -05:00
2024-11-14 12:40:57 +01:00
2026-02-16 11:05:33 -08:00
2026-02-23 11:22:13 -05:00
2024-11-20 08:24:58 +08:00
2024-11-16 15:32:36 -08:00
2025-08-26 09:49:12 +01:00
2025-10-08 06:29:00 +08:00
2025-04-01 05:02:24 -07:00