mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
Add docs for most vim.lsp methods
Most of the lsp.log will be addressed in a separate PR.
This commit is contained in:
@@ -960,7 +960,11 @@ def main(config):
|
||||
|
||||
i = 0
|
||||
for filename in CONFIG[target]['section_order']:
|
||||
title, helptag, section_doc = sections.pop(filename)
|
||||
try:
|
||||
title, helptag, section_doc = sections.pop(filename)
|
||||
except KeyError:
|
||||
print("Warning:", filename, "has empty docs, skipping")
|
||||
continue
|
||||
i += 1
|
||||
if filename not in CONFIG[target]['append_only']:
|
||||
docs += sep
|
||||
|
Reference in New Issue
Block a user