aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_vimdoc.py
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-02-03 14:11:26 -0500
committerGitHub <noreply@github.com>2022-02-03 14:11:26 -0500
commit59fa5f4ecfa1182956f6436d441beefae8071c46 (patch)
treebd387d337935dc0777a77c35fed89c652b5b0fad /scripts/gen_vimdoc.py
parent9efdd927ff50f22e623133976ddd57538f9cd491 (diff)
parentde672b6d7a3a8e4bd46878525f243368a849e89f (diff)
downloadrneovim-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-xscripts/gen_vimdoc.py1
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'),