Files
avante.nvim/lua/avante
Dmitry Torokhov 318a45ae08 fix(file_selector): Correct path comparison for selected files
The FileSelector:get_filepaths() function incorrectly filters selected
files due to a mismatch in path formats (relative vs. absolute).

Fix the issue by converting relative file paths to absolute paths before
doing the comparison. Use a set instead of re-scanning the table when
filtering out duplicates.
2025-07-15 16:41:22 +08:00
..
2025-06-25 16:55:10 +08:00
2025-07-09 22:32:05 +08:00
2025-05-06 19:32:55 +08:00
2025-07-15 16:40:25 +08:00
2025-07-10 12:30:06 +08:00
2024-11-23 21:49:33 +08:00