fix syntax error in default GoTest command (#41)
This commit is contained in:
parent
8f075be252
commit
51f4d41363
@ -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…
Reference in New Issue
Block a user