Justin M. Keyes
8ef41f5902
feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343
...
Problem:
`termopen` has long been a superficial wrapper around `jobstart`, and
has no real purpose. Also, `vim.system` and `nvim_open_term` presumably
will replace all features of `jobstart` and `termopen`, so centralizing
the logic will help with that.
Solution:
- Introduce `eval/deprecated.c`, where all deprecated eval funcs will live.
- Introduce "term" flag of `jobstart`.
- Deprecate `termopen`.
2024-12-19 07:07:04 -08:00
..
2024-12-19 07:07:04 -08:00
2024-06-04 06:06:02 -07:00
2024-11-25 00:05:12 +01:00
2024-10-21 11:32:06 +01:00
2024-09-19 06:34:23 -07:00
2024-12-18 06:31:25 -08:00
2024-10-23 14:13:42 +02:00
2024-12-07 03:01:59 -08:00
2023-12-21 11:47:04 +08:00
2024-11-17 13:31:24 -08:00
2024-09-28 00:31:45 +02:00
2024-12-19 07:07:04 -08:00
2024-11-17 10:21:50 -08:00
2024-03-06 10:45:22 +00:00
2024-12-07 16:58:40 +00:00
2024-10-21 00:54:43 +02:00
2024-10-09 11:31:14 +00:00
2024-12-04 14:44:40 +00:00
2024-10-21 11:32:06 +01:00
2024-12-16 06:38:57 -08:00
2024-01-16 09:33:10 +00:00
2024-12-16 00:19:16 +01:00
2024-11-27 19:56:08 +01:00
2024-03-27 10:39:46 +00:00
2024-10-31 11:55:23 +00:00
2024-09-26 07:45:03 -07:00
2024-10-21 11:32:06 +01:00
2022-08-23 13:02:55 +02:00
2024-09-01 13:01:24 -07:00
2024-10-21 11:32:06 +01:00
2024-12-04 10:17:46 -06:00
2024-12-18 06:37:12 -08:00
2024-02-03 16:53:41 +01:00
2024-01-14 11:08:33 +00:00
2024-10-21 11:32:06 +01:00
2024-12-10 17:16:01 +00:00
2024-07-16 19:30:22 +02:00
2024-10-31 11:55:23 +00:00
2024-11-26 13:56:01 -06:00
2024-12-11 04:34:24 -08:00
2024-10-31 11:55:23 +00:00
2024-12-11 05:48:17 -08:00
2024-10-04 02:13:31 -07:00
2024-09-28 00:31:45 +02:00