diff options
author | notomo <notomo.motono@gmail.com> | 2020-11-24 21:37:29 +0900 |
---|---|---|
committer | notomo <notomo.motono@gmail.com> | 2020-12-16 21:57:24 +0900 |
commit | 93ba97779353a3556cee33de0b0ac65d0b0eb7df (patch) | |
tree | dd2f801d9f743edbf0bd35c6a507dfa4fb062bf8 /scripts/gen_vimdoc.py | |
parent | 356319f3569c4dc24a34172fb73b03a913d7a115 (diff) | |
download | rneovim-93ba97779353a3556cee33de0b0ac65d0b0eb7df.tar.gz rneovim-93ba97779353a3556cee33de0b0ac65d0b0eb7df.tar.bz2 rneovim-93ba97779353a3556cee33de0b0ac65d0b0eb7df.zip |
docs: add check_textlock attribute
Diffstat (limited to 'scripts/gen_vimdoc.py')
-rwxr-xr-x | scripts/gen_vimdoc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen_vimdoc.py b/scripts/gen_vimdoc.py index b1a7f92854..0507e4b7b6 100755 --- a/scripts/gen_vimdoc.py +++ b/scripts/gen_vimdoc.py @@ -186,6 +186,7 @@ param_exclude = ( # Annotations are displayed as line items after API function descriptions. annotation_map = { 'FUNC_API_FAST': '{fast}', + 'FUNC_API_CHECK_TEXTLOCK': 'not allowed when |textlock| is active', } |