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 b4d702a + f58ff3c commit c7999e8Copy full SHA for c7999e8
autoload/ghcmod.vim
@@ -173,7 +173,7 @@ function! ghcmod#expand(path) "{{{
173
let l:dir = fnamemodify(a:path, ':h')
174
175
let l:qflist = []
176
- let l:cmd = ghcmod#build_command(['expand', a:path])
+ let l:cmd = ghcmod#build_command(['expand', "-b '\n'", a:path])
177
for l:line in split(s:system(l:cmd), '\n')
178
" path:line:col1-col2: message
179
" or path:line:col: message
0 commit comments