Skip to content

Commit d6468c9

Browse files
committed
Merge pull request #41 from Grivr/master
Fixes #40
2 parents 788b193 + 8857bd5 commit d6468c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/ghcmod/util.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endfunction "}}}
1212

1313
if vimproc#util#is_windows() " s:is_abspath {{{
1414
function! ghcmod#util#is_abspath(path)
15-
return a:path =~? '^[a-z]:[\/]'
15+
return a:path =~? '^[A-Za-z]:[\/]'
1616
endfunction
1717
else
1818
function! ghcmod#util#is_abspath(path)

0 commit comments

Comments
 (0)