Skip to content

Commit c7999e8

Browse files
committed
Merge pull request #32 from preygel/master
Fix for #30
2 parents b4d702a + f58ff3c commit c7999e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/ghcmod.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function! ghcmod#expand(path) "{{{
173173
let l:dir = fnamemodify(a:path, ':h')
174174

175175
let l:qflist = []
176-
let l:cmd = ghcmod#build_command(['expand', a:path])
176+
let l:cmd = ghcmod#build_command(['expand', "-b '\n'", a:path])
177177
for l:line in split(s:system(l:cmd), '\n')
178178
" path:line:col1-col2: message
179179
" or path:line:col: message

0 commit comments

Comments
 (0)