fix syntax error in default GoTest command (#41)

pull/44/head
Hank Donnay 3 years ago committed by GitHub
parent 8f075be252
commit 51f4d41363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,7 +73,7 @@ function go.setup(cfg)
local sep = require('go.utils').sep()
local cmd = [[command! -nargs=* GoTest :setl makeprg=go\ test\ -v\ .]] .. sep
.. [[...| lua require'go.runner'.make(<f-args>]]
.. [[...| lua require'go.runner'.make(<f-args>)]]
-- example to running test in split buffer
vim.cmd(cmd)

Loading…
Cancel
Save