Add docs for most vim.lsp methods

Most of the lsp.log will be addressed in a separate PR.
This commit is contained in:
Patrice Peterson
2020-08-19 18:17:08 +02:00
parent 8c49e3d509
commit ac05343a10
11 changed files with 1238 additions and 465 deletions

View File

@@ -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