aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gen_help_html.lua2
-rwxr-xr-xscripts/gen_vimdoc.py1
2 files changed, 0 insertions, 3 deletions
diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua
index 7bc48a0662..6cdf028f5c 100644
--- a/scripts/gen_help_html.lua
+++ b/scripts/gen_help_html.lua
@@ -62,7 +62,6 @@ local exclude_invalid = {
["'string'"] = "eval.txt",
Query = 'treesitter.txt',
['eq?'] = 'treesitter.txt',
- ['lsp-request'] = 'lsp.txt',
matchit = 'vim_diff.txt',
['matchit.txt'] = 'help.txt',
["set!"] = "treesitter.txt",
@@ -70,7 +69,6 @@ local exclude_invalid = {
['v:_null_dict'] = 'builtin.txt',
['v:_null_list'] = 'builtin.txt',
['v:_null_string'] = 'builtin.txt',
- ['vim.lsp.buf_request()'] = 'lsp.txt',
['vim.lsp.util.get_progress_messages()'] = 'lsp.txt',
}
diff --git a/scripts/gen_vimdoc.py b/scripts/gen_vimdoc.py
index 2d4c8b2234..b40f8526ea 100755
--- a/scripts/gen_vimdoc.py
+++ b/scripts/gen_vimdoc.py
@@ -223,7 +223,6 @@ CONFIG = {
'log.lua',
'rpc.lua',
'protocol.lua',
- 'inlay_hint.lua'
],
'files': [
'runtime/lua/vim/lsp',