fix deprecated vim call
This commit is contained in:
parent
39ad5f0381
commit
e541136af7
1 changed files with 1 additions and 1 deletions
|
@ -128,6 +128,6 @@ do
|
||||||
table.insert(qflist, d)
|
table.insert(qflist, d)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
vim.lsp.util.set_qflist(qflist)
|
setqflist(qflist)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Reference in a new issue