We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 788b193 + 8857bd5 commit d6468c9Copy full SHA for d6468c9
autoload/ghcmod/util.vim
@@ -12,7 +12,7 @@ endfunction "}}}
12
13
if vimproc#util#is_windows() " s:is_abspath {{{
14
function! ghcmod#util#is_abspath(path)
15
- return a:path =~? '^[a-z]:[\/]'
+ return a:path =~? '^[A-Za-z]:[\/]'
16
endfunction
17
else
18
0 commit comments