1 Star 0 Fork 11

AlexShi/EverVim

forked from LER0ever/EverVim
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RunEverVim.bat 524 Bytes
一键复制 编辑 原始数据 按行查看 历史
rem Steps to make vim portable under windows
rem 1. Move the bat to parent folder or wherever you want
rem 2. Change the HOME var to the .vimrc dir
rem 3. Change vim-x86\gvim.exe to your path to gvim.exe
rem 4. Double click on RunEverVim.bat and you're all set
@echo off
if "%1"=="h" goto begin
start mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
:begin
SET HOME=%~dp0\home\EverVim\
SET LOCALAPPDATA=%~dp0\home\EverVim\.config\
SET PATH=%PATH%;%~dp0\tools\
vim-x86\gvim.exe %*
exit
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
VimL
1
https://gitee.com/designer/EverVim.git
git@gitee.com:designer/EverVim.git
designer
EverVim
EverVim
master

搜索帮助