diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-09-11 00:17:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-11 00:17:31 -0700 |
commit | 6aed19b2bbe5fbc6df682d159fbc53e7e72c87ac (patch) | |
tree | 3ce93e047b47db2831308f1501e16fc3a5bf7c16 /src/nvim/lua/vim.lua | |
parent | b735583377bf5c15a7bd5e910e4ae9fa833c1e42 (diff) | |
parent | 06bfb07e3594b019fc32120c9ba9d09ca4dd5087 (diff) | |
download | rneovim-6aed19b2bbe5fbc6df682d159fbc53e7e72c87ac.tar.gz rneovim-6aed19b2bbe5fbc6df682d159fbc53e7e72c87ac.tar.bz2 rneovim-6aed19b2bbe5fbc6df682d159fbc53e7e72c87ac.zip |
Merge #10986 'doc'
Diffstat (limited to 'src/nvim/lua/vim.lua')
-rw-r--r-- | src/nvim/lua/vim.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/lua/vim.lua b/src/nvim/lua/vim.lua index 9149285efd..f8e52d31c9 100644 --- a/src/nvim/lua/vim.lua +++ b/src/nvim/lua/vim.lua @@ -157,6 +157,7 @@ end --- Return a human-readable representation of the given object. --- --@see https://github.com/kikito/inspect.lua +--@see https://github.com/mpeterv/vinspect local function inspect(object, options) -- luacheck: no unused error(object, options) -- Stub for gen_vimdoc.py end |