mirror of
https://github.com/neovim/neovim.git
synced 2026-05-05 05:25:10 +00:00
docs: add lua typing for vim.NIL
This commit is contained in:
committed by
Lewis Russell
parent
965dbd0e01
commit
4d91604c88
@@ -1,7 +1,8 @@
|
||||
---@meta
|
||||
|
||||
-- luacheck: no unused args
|
||||
|
||||
error('Cannot require a meta file')
|
||||
|
||||
---@defgroup vim.builtin
|
||||
---
|
||||
---@brief <pre>help
|
||||
@@ -62,6 +63,12 @@
|
||||
---
|
||||
---</pre>
|
||||
|
||||
---@class vim.NIL
|
||||
|
||||
---@type vim.NIL
|
||||
---@nodoc
|
||||
vim.NIL = ...
|
||||
|
||||
--- Returns true if the code is executing as part of a "fast" event handler,
|
||||
--- where most of the API is disabled. These are low-level events (e.g.
|
||||
--- |lua-loop-callbacks|) which can be invoked whenever Nvim polls for input.
|
||||
|
||||
Reference in New Issue
Block a user