Jongwook Choi
89135cff03
fix(loader): remove cyclic dependency on vim.fs (when --luamod-dev)
...
Problem: Loading `vim.fs` via the `vim.loader` Lua package loader will
result in a stack overflow due to a cyclic dependency. This may happen
when the `vim.fs` module isn't byte-compiled, i.e. when `--luamod-dev`
is used (#27413 ).
Solution: `vim.loader` depends on `vim.fs`. Therefore `vim.fs` should
be loaded in advance.
2024-02-13 10:29:22 +00:00
..
2024-02-03 16:53:41 +01:00
2024-01-29 18:39:57 +08:00
2024-01-16 17:45:57 +00:00
2024-02-12 20:03:53 +08:00
2024-02-08 07:42:16 +08:00
2024-02-01 10:04:32 +01:00
2023-11-05 21:56:56 +01:00
2024-02-13 10:29:22 +00:00
2023-08-23 20:36:16 +01:00
2024-01-12 22:24:52 +01:00
2024-01-26 12:06:13 -06:00
2024-02-10 14:49:09 +01:00
2022-03-13 04:52:45 +00:00
2024-02-12 06:56:48 +08:00
2022-08-20 10:04:55 +02:00
2024-02-08 14:43:18 -08:00
2024-02-01 12:06:55 +01:00
2023-08-13 13:25:10 +01:00
2023-08-30 10:14:58 -05: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
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2024-01-16 17:45:57 +00:00
2023-08-24 11:33:06 +09:00
2023-08-13 13:25:10 +01:00
2022-10-13 05:48:12 -07:00
2023-12-13 17:31:39 +01:00
2022-05-13 11:58:22 -07:00
2019-03-11 21:00:12 +01:00
2023-08-31 10:58:54 +02:00
2024-01-16 17:45:57 +00:00