Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724075b commit 8a630edCopy full SHA for 8a630ed
1 file changed
autoload/ghcmod.vim
@@ -23,7 +23,6 @@ function! ghcmod#info(fexp, path, module) "{{{
23
endfunction "}}}
24
25
function! ghcmod#split(line, col, path, module) "{{{
26
- let l:tmpfile = tempname()
27
" `ghc-mod split` is available since v5.0.0.
28
let l:cmd = ghcmod#build_command(['split', a:path, a:module, a:line, a:col])
29
let l:lines = s:system('split', l:cmd)
0 commit comments