1 Star 0 Fork 4

lihuiqiang/VimLeo

forked from liwenhui/VimLeo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gecoless.cmd 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
liwenhui 提交于 2021-11-14 15:29 . 更新到vim8.2
:: See ../share/gtags/geco.rc for details.
@if not defined GECO_SELECTOR @(
for %%G in (percol percol.py peco fzf) do @(
%%G --version >nul 2>&1 && set GECO_SELECTOR=%%G&& goto okay
)
echo geco: percol, peco or fzf is required.
goto :eof
)
:okay
@more > %TEMP%\global.tags
@for %%T in (%TEMP%\global.tags) do @(
if %%~zT LEQ 2 (
echo No such tag in tags file
) else (
%GECO_SELECTOR% < %TEMP%\global.tags | less -T-
)
)
@del %TEMP%\global.tags
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
VimL
1
https://gitee.com/jinwei_zhiyuan/vimleo.git
git@gitee.com:jinwei_zhiyuan/vimleo.git
jinwei_zhiyuan
vimleo
VimLeo
master

搜索帮助