diff options
author | James McCoy <jamessan@jamessan.com> | 2022-02-03 14:11:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 14:11:26 -0500 |
commit | 59fa5f4ecfa1182956f6436d441beefae8071c46 (patch) | |
tree | bd387d337935dc0777a77c35fed89c652b5b0fad /scripts/gen_vimdoc.py | |
parent | 9efdd927ff50f22e623133976ddd57538f9cd491 (diff) | |
parent | de672b6d7a3a8e4bd46878525f243368a849e89f (diff) | |
download | rneovim-59fa5f4ecfa1182956f6436d441beefae8071c46.tar.gz rneovim-59fa5f4ecfa1182956f6436d441beefae8071c46.tar.bz2 rneovim-59fa5f4ecfa1182956f6436d441beefae8071c46.zip |
Merge pull request #17282 from dundargoc/chore/remove-duplicate-entry
chore(gen_vimdoc): remove duplicate extmark.c entry
Diffstat (limited to 'scripts/gen_vimdoc.py')
-rwxr-xr-x | scripts/gen_vimdoc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/gen_vimdoc.py b/scripts/gen_vimdoc.py index 3e9fb21039..61fa5971a4 100755 --- a/scripts/gen_vimdoc.py +++ b/scripts/gen_vimdoc.py @@ -96,7 +96,6 @@ CONFIG = { 'win_config.c', 'tabpage.c', 'ui.c', - 'extmark.c', ], # List of files/directories for doxygen to read, separated by blanks 'files': os.path.join(base_dir, 'src/nvim/api'), |