nvimrc: fix copy-test-command on Linux

This commit is contained in:
Rob Watson 2021-12-22 13:33:43 +01:00
parent ecbaf54610
commit 8d20edc3b7
1 changed files with 1 additions and 1 deletions

2
nvimrc
View File

@ -277,7 +277,7 @@ _G.copy_test_cmd = function()
return
end
vim.call("setreg", "*", cmd)
vim.call("setreg", "+", cmd)
print("Copied: " .. cmd)
end