Open
Changes from 1 commit
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
PrevPrevious commit
chore: improve cygpath conversion
  • Loading branch information
@zdm
zdm committedMay 2, 2025
commit 06232a83781ac7423273c5ed4a0e2b53e69eff8f
Original file line numberDiff line numberDiff line change
Expand Up@@ -27,8 +27,6 @@ local uv = vim.loop

local has_cygpath
local function normalize_cygwin_path(path)
path = path and vim.trim(path)

if path and vim.fn.has('win32') == 1 and string.sub(path, 1, 1) == '/' then
if has_cygpath == nil then
has_cygpath = vim.fn.executable('cygpath') == 1
Expand Down