vim: replace deprecated function: vim.pretty_print
This commit is contained in:
parent
fc731f1d63
commit
57de226fcf
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ P = function(v)
|
|||
end
|
||||
|
||||
PP = function(v)
|
||||
vim.pretty_print(v)
|
||||
vim.print(v)
|
||||
return v
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue