Sean Dewar
0c1ed63c05
fix(api): nvim_open_tabpage "after" like :[count]tab
...
Problem: "after" in nvim_open_tabpage is inconsistent with how a count works
with :tab, :tabnew, etc. Plus, the name "after" implies it's inserted after that
number.
Solution: internally offset by 1. Allow negative numbers to mean after current.
Hmm, should we even reserve sentinels for after current? Callers can probably
just use nil...
2026-03-16 13:05:47 +00:00
..
2026-03-09 07:44:04 +08:00
2026-02-01 08:22:07 +08:00
2026-02-10 22:14:21 +08:00
2026-03-16 13:05:47 +00:00
2026-03-15 19:02:49 -04:00
2026-03-06 07:59:15 +08:00
2026-01-26 06:53:53 +08:00
2026-03-16 13:05:47 +00:00
2026-03-16 19:55:23 +08:00
2026-03-12 11:12:56 +01:00
2026-02-26 19:26:35 +01:00
2026-02-12 13:46:45 +01:00
2022-03-13 04:52:45 +00:00
2026-03-12 23:45:04 +00:00
2026-01-07 08:11:42 +08:00
2026-03-11 19:05:46 +00:00
2023-08-13 13:25:10 +01:00
2025-12-30 01:44:24 -05:00
2026-03-11 18:00:18 +01:00
2026-03-12 11:12:56 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2025-08-22 19:10:43 +02:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2025-08-20 07:23:49 +08:00
2026-01-20 07:56:50 +08:00
2022-10-13 05:48:12 -07:00
2025-03-26 14:48:09 +01:00
2026-02-09 16:55:37 -05:00
2019-03-11 21:00:12 +01:00
2025-08-20 07:23:49 +08:00
2024-07-02 13:05:16 +02:00