headlessvim:可编程Vim,无需+ clientserver!

时间:2024-05-31 05:46:19
【文件属性】:

文件名称:headlessvim:可编程Vim,无需+ clientserver!

文件大小:26KB

文件格式:ZIP

更新时间:2024-05-31 05:46:19

Python

无头病毒 介绍 headlessvim使Vim可编程以支持开发Vim插件。 最独特的特征是, headlessvim永远不需要+clientserver功能。 安装 使用pip (推荐) pip install headlessvim 好的旧setup.py python setup.py install 用法 一个简单的例子在这里: >> > import headlessvim >> > with headlessvim . open () as vim : ... vim . echo ( '"spam"' ) # make sure to quote bare words ... 'spam' >> > import os >> > env = dict ( os . environ , LANG = 'C' ) >> > with headlessvim . open


【文件预览】:
headlessvim-master
----.gitignore(816B)
----setup.cfg(297B)
----.codeclimate.yml(65B)
----README.rst(2KB)
----headlessvim()
--------process.py(3KB)
--------_version.py(184B)
--------__init__.py(10KB)
--------arguments.py(1KB)
--------runtimepath.py(2KB)
----tests()
--------test_headlessvim.py(4KB)
--------fixtures()
--------test_arguments.py(636B)
--------__init__.py(0B)
--------test_runtimepath.py(3KB)
--------test_process.py(1KB)
----docs()
--------make.bat(6KB)
--------conf.py(10KB)
--------index.rst(667B)
--------tutorial.rst(3KB)
--------license.rst(52B)
--------Makefile(7KB)
--------install.rst(1KB)
--------headlessvim.rst(526B)
----requirements.txt(24B)
----LICENSE.txt(1KB)
----MANIFEST.in(25B)
----setup.py(1KB)
----.travis.yml(329B)
----tox.ini(505B)

网友评论