api: add textlock check

This commit is contained in:
notomo
2020-11-23 15:53:24 +09:00
parent 82100a6bdb
commit 356319f356
6 changed files with 32 additions and 0 deletions

View File

@@ -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.