lua/stdlib: vim.inspect, string functions

ref #6580
ref #8677
This commit is contained in:
KillTheMule
2019-01-07 15:42:20 +01:00
committed by Justin M. Keyes
parent 989fbad502
commit bb3aa824b7
5 changed files with 552 additions and 1 deletions

1
runtime/plugin/nvim.vim Normal file
View File

@@ -0,0 +1 @@
lua vim.inspect = require("vim.inspect")