Dmitry Torokhov
61e38024dc
fix(file_selector): avoid converting to relative path twice
...
get_project_filepath() converts candidate file paths to relative form
twice, once in the first iterator, and then in vim.tbl_map() call while.
It also iterates the same list twice for no apparent reason.
Combine both scans into one and use dedicated vim.fn.isdirectory().
2025-07-15 16:41:22 +08:00
..
2025-05-06 00:06:41 +08:00
2025-06-25 16:55:10 +08:00
2025-07-15 16:40:25 +08:00
2025-07-10 10:17:48 +08:00
2025-07-10 12:47:03 +08:00
2025-07-09 22:32:05 +08:00
2025-07-15 16:40:25 +08:00
2025-07-07 16:45:35 +08:00
2025-04-08 10:46:20 +08:00
2025-07-02 18:54:41 +08:00
2025-05-06 19:32:55 +08:00
2025-07-15 16:41:22 +08:00
2025-06-25 17:42:38 +08:00
2025-07-15 16:40:25 +08:00
2025-06-24 11:00:26 +08:00
2025-06-09 19:59:43 +08:00
2025-02-26 17:36:01 +08:00
2025-05-12 20:19:42 +08:00
2025-07-15 16:40:25 +08:00
2025-06-28 20:07:25 +08:00
2025-07-10 12:30:06 +08:00
2025-06-23 01:09:18 +08:00
2024-11-23 21:49:33 +08:00
2025-03-10 00:20:43 +08:00
2025-04-02 16:27:10 +08:00
2025-07-08 19:56:54 +08:00
2025-07-15 16:40:25 +08:00
2025-07-14 10:05:03 +08:00
2025-02-25 12:08:03 +08:00
2025-07-15 16:40:25 +08:00