Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Oeschger authored and Philipp Oeschger committed Oct 12, 2024
1 parent b11b079 commit 9ff427f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/oil/util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ M.get_title = function(winid)
if config.adapters[scheme] == "files" then
assert(path)
local fs = require("oil.fs")

title = vim.fn.fnamemodify(fs.posix_to_os_path(path), ":~")
end
return title
Expand Down

0 comments on commit 9ff427f

Please sign in to comment.