diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2020-12-16 15:40:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 15:40:21 +0100 |
commit | 2debabb0805ccd014478e6aff88fce8129a352d0 (patch) | |
tree | 37077a4618b573d8c8ac6386df5a0d53ce4e94e2 /scripts/gen_vimdoc.py | |
parent | 5e202f69b3e42b90bc0393b0cee3bfddd2678216 (diff) | |
parent | 30ef8c693c08e0b507851b93c1905f0de86ad384 (diff) | |
download | rneovim-2debabb0805ccd014478e6aff88fce8129a352d0.tar.gz rneovim-2debabb0805ccd014478e6aff88fce8129a352d0.tar.bz2 rneovim-2debabb0805ccd014478e6aff88fce8129a352d0.zip |
Merge pull request #13355 from notomo/check-textlock-in-api
api: add textlock check
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', } |