aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_vimdoc.py
diff options
context:
space:
mode:
authorii14 <59243201+ii14@users.noreply.github.com>2022-05-01 01:16:16 +0200
committerGitHub <noreply@github.com>2022-04-30 16:16:16 -0700
commit7502f1cae0abe9dfdf71e39b8812f269f5ed83b7 (patch)
tree71b8d28d78a1219ed9ff2808e0635ea2a26d784e /scripts/gen_vimdoc.py
parent7e10b0dae6572953056f38b3d275fa6131df5f24 (diff)
downloadrneovim-7502f1cae0abe9dfdf71e39b8812f269f5ed83b7.tar.gz
rneovim-7502f1cae0abe9dfdf71e39b8812f269f5ed83b7.tar.bz2
rneovim-7502f1cae0abe9dfdf71e39b8812f269f5ed83b7.zip
docs(api): more API attributes #18336
Diffstat (limited to 'scripts/gen_vimdoc.py')
-rwxr-xr-xscripts/gen_vimdoc.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/gen_vimdoc.py b/scripts/gen_vimdoc.py
index 7152f1005f..f37198e96a 100755
--- a/scripts/gen_vimdoc.py
+++ b/scripts/gen_vimdoc.py
@@ -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',
}