calendar-vim:日历 vimscript

时间:2021-05-31 14:35:26
【文件属性】:
文件名称:calendar-vim:日历 vimscript
文件大小:17KB
文件格式:ZIP
更新时间:2021-05-31 14:35:26
Vimscript calendar.vim calendar.vim创建一个可以在 vim 中使用的日历窗口。 它本身作为日历内部 vim 很有用。 它还提供钩子来自定义其行为,使其成为编写需要日历功能的新插件的良好基础(有关更多信息,请参阅:help calendar-hooks )。 安装 您可以以通常的方式安装calendar.vim ,通过将plugin 、 autoload和doc目录的内容复制到.vim的等效目录中。 或者,如果你使用管理你的插件,你可以简单地克隆到bundle目录: cd ~/.vim/bundle git clone git://github.com/mattn/calendar-vim 或者,使用子模块: cd ~/.vim git submodule add git://github.com/mattn/calendar-vim bundle/calendar
【文件预览】:
calendar-vim-master
----.gitignore(20B)
----Makefile(208B)
----doc()
--------calendar.txt(9KB)
----README.md(1KB)
----plugin()
--------calendar.vim(10KB)
----autoload()
--------calendar.vim(37KB)
----calendar.vim.vimup(4KB)

网友评论