Skip to content

Commit ed6ab4e

Browse files
committed
plugins/substitute: Fixed failing test
1 parent 5cc615a commit ed6ab4e

File tree

1 file changed

+1
-1
lines changed
  • tests/test-sources/plugins/by-name/substitute

1 file changed

+1
-1
lines changed

tests/test-sources/plugins/by-name/substitute/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
plugins.substitute = {
4747
enable = true;
4848
settings = {
49-
on_substitute = lib.nixvim.nestedLiteralLua ''
49+
on_substitute = lib.nixvim.mkRaw ''
5050
function(params)
5151
vim.notify("substituted using register " .. params.register)
5252
end

0 commit comments

Comments
 (0)