vim-patch:6c391a74fe90 (#15654)

Update runtime files
6c391a74fe

omit autoload/getscript.vim

skip doc/eval.txt (needs 8.2.2468)
skip doc/various.txt (needs 8.2.3400)

(typofixes courtesy of @dundargoc)
This commit is contained in:
Christian Clason
2021-09-13 16:33:41 +02:00
committed by GitHub
parent 1a9d2a4040
commit 5fd21b8d3e
71 changed files with 209 additions and 135 deletions

View File

@ -173,7 +173,7 @@ class Completer(object):
pass
if len(arg_text) == 0:
# The doc string sometimes contains the function signature
# this works for alot of C modules that are part of the
# this works for a lot of C modules that are part of the
# standard library
doc = func_obj.__doc__
if doc: