docs(api): more API attributes #18336

This commit is contained in:
ii14
2022-05-01 01:16:16 +02:00
committed by GitHub
parent 7e10b0dae6
commit 7502f1cae0
2 changed files with 69 additions and 14 deletions

View File

@@ -271,8 +271,10 @@ param_exclude = (
# Annotations are displayed as line items after API function descriptions.
annotation_map = {
'FUNC_API_FAST': '{fast}',
'FUNC_API_FAST': '|api-fast|',
'FUNC_API_CHECK_TEXTLOCK': 'not allowed when |textlock| is active',
'FUNC_API_REMOTE_ONLY': '|RPC| only',
'FUNC_API_LUA_ONLY': '|vim.api| only',
}