Skip to content

Commit

Permalink
fix the location of vimproc.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Apr 2, 2012
1 parent 27a8559 commit f169537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/ghcmod.vim
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function! ghcmod#wait(proc)"{{{
silent! scriptnames
redir END
for l:line in split(l:output, '\n')
if l:line =~# '/vimproc/autoload/vimproc\.vim$'
if l:line =~# 'autoload/vimproc\.vim$'
let s:libcall = function('<SNR>' . matchstr(l:line, '^\s*\zs\d\+') . '_libcall')
break
endif
Expand Down

0 comments on commit f169537

Please sign in to comment.