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().
D
Dmitry Torokhov committed
61e38024dc73db9c65fdf6f007137aa15a2423e2
Parent: b8bb0fd
Committed by yetone <yetoneful@gmail.com>
on 7/15/2025, 8:41:22 AM