We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788b193 commit 8857bd5Copy full SHA for 8857bd5
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