登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
12月21日就在北京,来看大模型推理 + 国产硬件生态 + 开源社区分享,一起搞技术、聊开源、领福利~~
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
0
vim_runtime_plugins
/
vim-plug
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
0.14.0
d80f495
2024-07-09 19:09
下载
0.13.0
854b081
2024-03-07 00:16
下载
0.12.0
2f8f04c
2024-02-24 22:02
下载
0.11.0
e300178
2022-01-03 22:05
下载
0.10.0
b6050d6
2018-09-12 12:45
下载
0.9.1
0.9.1
b44ea68
2016-08-01 08:52
下载
0.9.0
0.9.0
0507fc8
2016-04-17 17:40
下载
0.8.0
New features: - Added `commit` option for fine-grained version control - Fixed issues with parallel installer on Windows and enabled it by default Improvements: - Changed `PlugSnapshot` to create Vim script using the new commit hash support - `PlugDiff` shows pending updates for plugins locked on `commit` or `tag` - Enhanced output format of post-update hooks Issues resolved: - Fixed Ruby installer to unshallowed tagged plugin on update (#350) - Fixed output format of Neovim installer (#340) - Remapped `q` in plug window to `bd` (#336) - Fixed freeze in Python installer (#318) - Case-sensitive validation of `on` arguments (#314) - Fixed post-update hook not to run on error - Fixed `for` option to load syntax files (#272) - Fixed UnicodeDecodeError from Python installer (#262) - `set nomodifiable` on commit preview window (#255)
7741387
2015-12-23 12:17
下载
0.7.2
New features: - Added support for Python 3.0+ - Added support for Neovim Python - User autocmd triggered when plugin is loaded on-demand - Shallow clone by default Improvements: - Updated for the new Neovim job control API - PlugUpgrade using git - Ignore case for "<Plug>" Bug fixes and others: - Fixed &rtp missing on-demand loaded plugins when .vimrc is reloaded - Temporarily change &shellredir - Force evaluation of &statusline before running the installer - Explicitly specify format for `git show` - Fixed local plugin judgement on Windows - Changed the default number of threads on Windows to 1 Acknowledgements: - @starcraftman - @vheon - @itspriddle - @mhinz - @hori-ryota
240dc9c
2015-05-29 00:07
下载
0.7.1
- Python 2.6 compatibility - Fix #184 - Avoid duplicate entries in g:plugs_order
d9b7055
2015-03-08 01:40
下载
0.7.0
New parallel installer using +python - Thanks to @starcraftman Bug fixes and improvements - Fix #139 - Use git fetch+merge instead of pull - Fix #145 - Merge duplicate on-demand loading triggers - Fix #155 - `cd /d` on Windows - Fix #159 by temporarily setting &shell to sh - Use /bin/sh instead of /bin/bash (PlugSnapshot) - Fix #162 - Do not use --progress option on git 1.7.0 or below - Fix #154 - issues with paths containing spaces - Fix #166 - v:version >= 703 || has('patch-7.2.374') - Do not escape spaces in &rtp - Remove `git::@` from URI if git 2.3.0 or above is found - Add `o` key binding for PlugDiff - Fix #177 - Check Python version >= 2.7 - Fix #174 - Update of tagged plugins - Interpret the second argument to Plug command as tag option - Fix #154 - error on windows when plug home contains spaces
c759170
2015-02-22 21:36
下载
0.6.2
0.6.2 - Fixed issues with NeoVim (#118, #127) - Fixed to remove any existing ODL triggers (#130, #132) - Fixed to check for full match of command name when setting ODL triggers (#135) - Minor improvements and fixes (#123, #131, #135)
3606c29
2014-12-08 22:58
下载
0.6.1
Minor bug fixes and improvements - Fixed PlugUpgrade on Neovim (#111) - Changed not to suppress messages from ftplugin when loaded on-demand (#112) - PlugInstall or PlugUpdate will now install frozen plugins as well (#113) - Fixed not to yield empty path elements in &rtp (#114)
425ef39
2014-10-22 12:36
下载
0.6.0
- Asynchronous parallel installer for Neovim - Added PlugSnapshot command - Fixed PlugClean not to remove unmanaged plugins inside g:plug_home
396a534
2014-10-10 22:18
下载
0.5.7
Minor bug fixes and improvements - Resolve symlinks in path to plug.vim (#67) - `syntax enable` instead of `syntax on` - Refactor PlugUpgrade (#72) - Remove plugin directory on failure during installation (#75) - Add `U` keybinding for updating plugins (#79) - Use blackhole register when deleting lines - Expand argument to plug#begin (#82) - Suppress error messages from `which` command - Improve &runtimepath mgmt (#85, #88) - Enable syntax only during startup
f314774
2014-09-23 21:11
下载
0.5.6
0.5.6 - Added `g:plug_window` (#57) - Changed URL for `PlugUpgrade` (#58) - Added `g:plug_url_format` (#62) - Fixed PlugDiff with git config `pull.rebase=true` (#64) - Fixed commit review of `PlugDiff` when directory changed on BufEnter/BufLeave (#65) - Changed not to print message after PlugUpdate when there was no updated (#66)
99f6f36
2014-09-04 13:10
下载
0.5.5
0.5.5 - Use `git::` prefix to avoid password prompt on git 1.7 (#56) - Allow Plug command even when git executable is not found (#52)
da24f71
2014-08-14 02:11
下载
0.5.4
0.5.4 - Added plug#helptags() - Added plug#load(name...) - Updated `:PlugStatus` to show which plugins are not yet loaded - You load them with `L` key (visual range allowed) - Updated `:PlugDiff` to allow reverting the update with `X` key
f7ebba7
2014-08-10 15:32
下载
0.5.3
0.5.3 - Added `-bar` option to the commands so that they can be written one line with BARs. e.g. `PlugClean! | PlugInstall` - Fixed `PlugUpgrade` so that a restart (or reload of .vimrc) is not required even when a very old version of vim-plug is upgraded - Removed redundant code for creating of `g:plug_home` directory
3a2e406
2014-08-05 18:09
下载
0.5.2
93628b1
2014-08-02 11:13
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/vim_runtime_plugins/vim-plug.git
git@gitee.com:vim_runtime_plugins/vim-plug.git
vim_runtime_plugins
vim-plug
vim-plug
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册