1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-04-05 03:53:02 +02:00

feat: more explicitly look for oil at the start of file_path

This commit is contained in:
nick22985 2024-05-10 12:40:13 +10:00
parent 805f7dbc5b
commit aaaed3d01e
No known key found for this signature in database
GPG key ID: EDEE4CC55CB599FF

View file

@ -439,7 +439,7 @@ function Presence:get_project_name(file_path)
return nil
end
-- if filepath has oil:// remove it
if file_path:find("oil://") then
if file_path:find("^oil://") then
file_path = file_path:gsub("oil://", "")
end
-- Escape quotes in the file path