Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxguo committed Dec 25, 2023
1 parent 9d4f3ba commit e9c2dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/path.vim
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function! go#path#ToURI(path)
let l:absolute = 1
let l:prefix = '/' . l:path[0:1]
let l:path = l:path[2:]
elseif system('uname') =~ 'MINGW' || system('uname') =~ 'CYGWIN'
elseif has('win32unix')
let l:absolute = 1
if l:path[0:8] == '/cygdrive'
let l:prefix = l:path[9:10] . ':'
Expand Down

0 comments on commit e9c2dc3

Please sign in to comment.