Bug fix: allow loclist cleanup.
This commit is contained in:
parent
148021e348
commit
929f92ddd6
@ -397,7 +397,7 @@ function! SyntasticMake(options)
|
||||
endif
|
||||
lgetexpr err_lines
|
||||
|
||||
let errors = getloclist(0)
|
||||
let errors = copy(getloclist(0))
|
||||
|
||||
if has_key(a:options, 'cwd')
|
||||
exec 'lcd ' . fnameescape(old_cwd)
|
||||
|
Loading…
Reference in New Issue
Block a user