文件名称:vimdoc:为vim生成帮助文件
文件大小:39KB
文件格式:ZIP
更新时间:2024-02-22 18:58:41
vim VimPython
Vimdoc-为vim插件生成帮助文件 Vimdoc从vimscript文件中的文档生成vim帮助文件。 您可以这样注释vimscript: "" " This is my function. It does different things to the {required} argument, " depending upon the [optional] argument. function! myplugin#MyFunction(required, ...) abort ... endfunction 您将获得如下所示的帮助文件: =========================================================================== FUNCTIONS *myplugin-functions* myplugin#MyFunction({required}, [optional]) *myplugin#MyFuncti
【文件预览】:
vimdoc-master
----.travis.yml(85B)
----stdeb.cfg(65B)
----VERSION.txt(18B)
----tests()
--------module_tests.py(6KB)
--------__init__.py(0B)
----LICENSE(11KB)
----CONTRIBUTING.md(2KB)
----vimdoc()
--------codeline.py(4KB)
--------parser.py(4KB)
--------paragraph.py(3KB)
--------VERSION.txt(6B)
--------module.py(19KB)
--------__main__.py(432B)
--------__init__.py(587B)
--------regex.py(11KB)
--------args.py(506B)
--------block.py(11KB)
--------output.py(10KB)
--------error.py(4KB)
--------docline.py(10KB)
----setup.py(1KB)
----.gitignore(42B)
----README.md(14KB)
----scripts()
--------vimdoc(70B)