vim: replace deprecated function: vim.pretty_print

This commit is contained in:
Fernando Schauenburg 2023-08-06 19:48:26 +02:00
parent fc731f1d63
commit 57de226fcf

View file

@ -4,7 +4,7 @@ P = function(v)
end
PP = function(v)
vim.pretty_print(v)
vim.print(v)
return v
end