mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
api: add textlock check
This commit is contained in:
@@ -213,6 +213,8 @@
|
||||
# define FUNC_API_REMOTE_ONLY
|
||||
/// API function not exposed in VimL/remote.
|
||||
# define FUNC_API_LUA_ONLY
|
||||
/// API function checked textlock.
|
||||
# define FUNC_API_CHECK_TEXTLOCK
|
||||
/// API function introduced at the given API level.
|
||||
# define FUNC_API_SINCE(X)
|
||||
/// API function deprecated since the given API level.
|
||||
|
Reference in New Issue
Block a user