We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cab596 + d604bfd commit a7c76b9Copy full SHA for a7c76b9
autoload/ghcmod.vim
@@ -15,7 +15,7 @@ function! ghcmod#getHaskellIdentifier() "{{{
15
endfunction "}}}
16
17
function! ghcmod#info(fexp, path, module) "{{{
18
- let l:cmd = ghcmod#build_command(['info', "-b \n", a:path, a:module, a:fexp])
+ let l:cmd = ghcmod#build_command(["-b \n", 'info', a:path, a:module, a:fexp])
19
let l:output = ghcmod#system(l:cmd)
20
" Remove trailing newlines to prevent empty lines
21
let l:output = substitute(l:output, '\n*$', '', '')
0 commit comments